aboutsummaryrefslogtreecommitdiff
path: root/drivers/zorro/proc.c
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-08-01 10:58:14 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:32:01 -0400
commit8aaf7a0e37d1560d274da1104bc91273b37e2c52 (patch)
tree941ca08bfea36fc81d2bbe0ea434ab69d3e87e7c /drivers/zorro/proc.c
parent4d184129b2f91e41d357e920a25a83317d79dfe2 (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/proc.c')
-rw-r--r--drivers/zorro/proc.c1
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>