aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel/central.c
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-07-18 15:57:46 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:30:52 -0400
commit7b64db608a441893e180f46fa160e8fae4c5a714 (patch)
treef5918509c7799f7cd1d6ec754e1984093a910431 /arch/sparc/kernel/central.c
parentsparc: fix implicit use of uaccess.h header in mdesc.c (diff)
downloadlinux-dev-7b64db608a441893e180f46fa160e8fae4c5a714.tar.xz
linux-dev-7b64db608a441893e180f46fa160e8fae4c5a714.zip
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/central.c')
-rw-r--r--arch/sparc/kernel/central.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sparc/kernel/central.c b/arch/sparc/kernel/central.c
index 7eef3f741963..38d48a59879c 100644
--- a/arch/sparc/kernel/central.c
+++ b/arch/sparc/kernel/central.c
@@ -6,6 +6,7 @@
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/slab.h>
+#include <linux/export.h>
#include <linux/string.h>
#include <linux/init.h>
#include <linux/of_device.h>