aboutsummaryrefslogtreecommitdiff
path: root/arch/sparc/kernel/smp_64.c
diff options
context:
space:
mode:
authorGravatar Paul Gortmaker <paul.gortmaker@windriver.com> 2011-07-22 13:18:16 -0400
committerGravatar Paul Gortmaker <paul.gortmaker@windriver.com> 2011-10-31 19:30:53 -0400
commit066bcaca51946c8305e3d637a795e8ccf8dbd3cf (patch)
treec500a6f3d9b21ddf25ba3dd3e45a6925e44f8e3f /arch/sparc/kernel/smp_64.c
parentsparc: add export.h to arch/sparc files as required (diff)
downloadlinux-066bcaca51946c8305e3d637a795e8ccf8dbd3cf.tar.gz
linux-066bcaca51946c8305e3d637a795e8ccf8dbd3cf.tar.bz2
linux-066bcaca51946c8305e3d637a795e8ccf8dbd3cf.zip
sparc: move symbol exporters to use export.h not module.h
Many of the core sparc kernel files are not modules, but just including module.h for exporting symbols. Now these files can use the lighter footprint export.h for this role. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'arch/sparc/kernel/smp_64.c')
-rw-r--r--arch/sparc/kernel/smp_64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc/kernel/smp_64.c b/arch/sparc/kernel/smp_64.c
index 4a442c32e117..75607724d290 100644
--- a/arch/sparc/kernel/smp_64.c
+++ b/arch/sparc/kernel/smp_64.c
@@ -3,7 +3,7 @@
* Copyright (C) 1997, 2007, 2008 David S. Miller (davem@davemloft.net)
*/
-#include <linux/module.h>
+#include <linux/export.h>
#include <linux/kernel.h>
#include <linux/sched.h>
#include <linux/mm.h>