Commit 8aaf7a0e37d1560d274da1104bc91273b37e2c52

Authored by Paul Gortmaker
1 parent 4d184129b2

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>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

drivers/zorro/proc.c
... ... @@ -13,6 +13,7 @@
13 13 #include <linux/proc_fs.h>
14 14 #include <linux/seq_file.h>
15 15 #include <linux/init.h>
  16 +#include <linux/export.h>
16 17 #include <asm/uaccess.h>
17 18 #include <asm/amigahw.h>
18 19 #include <asm/setup.h>