diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-08-01 10:58:14 -0400 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-10-31 19:32:01 -0400 |
commit | 8aaf7a0e37d1560d274da1104bc91273b37e2c52 (patch) | |
tree | 941ca08bfea36fc81d2bbe0ea434ab69d3e87e7c /drivers | |
parent | 4d184129b2f91e41d357e920a25a83317d79dfe2 (diff) |
drivers/zorro: Add export.h to proc.c
To fix what used to be the implicit presence of the macros
EXPORT_SYMBOL and THIS_MODULE, via module.h being everywhere.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/zorro/proc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/zorro/proc.c b/drivers/zorro/proc.c index e0c84725d3e9..988880dcee75 100644 --- a/drivers/zorro/proc.c +++ b/drivers/zorro/proc.c | |||
@@ -13,6 +13,7 @@ | |||
13 | #include <linux/proc_fs.h> | 13 | #include <linux/proc_fs.h> |
14 | #include <linux/seq_file.h> | 14 | #include <linux/seq_file.h> |
15 | #include <linux/init.h> | 15 | #include <linux/init.h> |
16 | #include <linux/export.h> | ||
16 | #include <asm/uaccess.h> | 17 | #include <asm/uaccess.h> |
17 | #include <asm/amigahw.h> | 18 | #include <asm/amigahw.h> |
18 | #include <asm/setup.h> | 19 | #include <asm/setup.h> |