Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+1
+1
drivers/zorro/proc.c
··· 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>