From cff824e0ee5cfc42893305c3cd883a99d46153a0 Mon Sep 17 00:00:00 2001 From: Paul Gortmaker Date: Sun, 10 Jul 2011 12:41:41 -0400 Subject: [PATCH] drivers/misc: Add export.h for EXPORT_SYMBOL to atmel_tclib.c This exports symbols, and so will need this to avoid build failures pending a future module.h presence cleanup. Signed-off-by: Paul Gortmaker --- drivers/misc/atmel_tclib.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/misc/atmel_tclib.c b/drivers/misc/atmel_tclib.c index a844810b50f6..4bcfc3759734 100644 --- a/drivers/misc/atmel_tclib.c +++ b/drivers/misc/atmel_tclib.c @@ -7,6 +7,7 @@ #include #include #include +#include /* Number of bytes to reserve for the iomem resource */ #define ATMEL_TC_IOMEM_SIZE 256 -- 2.39.5