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/zorro | |
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/zorro')
-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 @@ #include <linux/proc_fs.h> #include <linux/seq_file.h> #include <linux/init.h> +#include <linux/export.h> #include <asm/uaccess.h> #include <asm/amigahw.h> #include <asm/setup.h> |