From: Paul Gortmaker Date: Sun, 10 Jul 2011 16:41:41 +0000 (-0400) Subject: drivers/misc: Add export.h for EXPORT_SYMBOL to atmel_tclib.c X-Git-Tag: next-20110826~3^2~55 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=6b4e9162eefb396275f367c3833f8ddb4baed287;p=karo-tx-linux.git 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 --- 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