diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-07-10 12:41:41 -0400 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-10-31 19:31:54 -0400 |
commit | 7a32129a42cf167550008b363a017234d0b73f2a (patch) | |
tree | 2bb24f6a441c03d53c50307ceda91a1470a03a09 /drivers/misc/atmel_tclib.c | |
parent | eb12a679b242c03b9eaa38a67cae9fa3e17ddea6 (diff) |
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 <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/misc/atmel_tclib.c')
-rw-r--r-- | drivers/misc/atmel_tclib.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ | |||
7 | #include <linux/kernel.h> | 7 | #include <linux/kernel.h> |
8 | #include <linux/platform_device.h> | 8 | #include <linux/platform_device.h> |
9 | #include <linux/slab.h> | 9 | #include <linux/slab.h> |
10 | #include <linux/export.h> | ||
10 | 11 | ||
11 | /* Number of bytes to reserve for the iomem resource */ | 12 | /* Number of bytes to reserve for the iomem resource */ |
12 | #define ATMEL_TC_IOMEM_SIZE 256 | 13 | #define ATMEL_TC_IOMEM_SIZE 256 |