Commit 8aaf7a0e authored by Paul Gortmaker's avatar Paul Gortmaker
Browse files

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: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent 4d184129
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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>