From 7a32129a42cf167550008b363a017234d0b73f2a Mon Sep 17 00:00:00 2001 From: Paul Gortmaker Date: Sun, 10 Jul 2011 12:41:41 -0400 Subject: drivers/misc: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required. We will need this to avoid build failures pending a future implicit module.h presence cleanup. Signed-off-by: Paul Gortmaker --- drivers/misc/atmel_tclib.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/misc/atmel_tclib.c') diff --git a/drivers/misc/atmel_tclib.c b/drivers/misc/atmel_tclib.c index a844810b50f..4bcfc375973 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 -- cgit v1.2.3-70-g09d2