diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-07-18 23:57:46 +0400 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-11-01 03:30:52 +0400 |
commit | 7b64db608a441893e180f46fa160e8fae4c5a714 (patch) | |
tree | f5918509c7799f7cd1d6ec754e1984093a910431 /arch/sparc/kernel/sbus.c | |
parent | cd66bc4539670cadc8442b507f9d5f1a98ce8b7d (diff) | |
download | linux-7b64db608a441893e180f46fa160e8fae4c5a714.tar.xz |
sparc: add export.h to arch/sparc files as required
These files are only exporting symbols, so they don't need
the full module.h header file. Previously they were getting
access to EXPORT_SYMBOL implicitly via overuse of module.h
from within other .h files, but that is being cleaned up.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'arch/sparc/kernel/sbus.c')
-rw-r--r-- | arch/sparc/kernel/sbus.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sparc/kernel/sbus.c b/arch/sparc/kernel/sbus.c index a161b9c77f05..1271b3a27d4e 100644 --- a/arch/sparc/kernel/sbus.c +++ b/arch/sparc/kernel/sbus.c @@ -9,6 +9,7 @@ #include <linux/mm.h> #include <linux/spinlock.h> #include <linux/slab.h> +#include <linux/export.h> #include <linux/init.h> #include <linux/interrupt.h> #include <linux/of.h> |