projects
/
profile
/
ivi
/
kernel-x86-ivi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d18412
)
drivers/zorro: Add export.h to proc.c
author
Paul Gortmaker
<paul.gortmaker@windriver.com>
Mon, 1 Aug 2011 14:58:14 +0000
(10:58 -0400)
committer
Paul Gortmaker
<paul.gortmaker@windriver.com>
Mon, 31 Oct 2011 23:32:01 +0000
(19:32 -0400)
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>
drivers/zorro/proc.c
patch
|
blob
|
history
diff --git
a/drivers/zorro/proc.c
b/drivers/zorro/proc.c
index e0c84725d3e94e05a33482349dc90f45f59099a9..988880dcee751a20309250227bd5dbf1f67db23e 100644
(file)
--- 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>