aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/setup.c
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2010-04-26 18:35:44 +0900
committerPaul Mundt <lethal@linux-sh.org>2010-04-26 18:35:44 +0900
commitc9f4a3f53b5d61f86eae3512abdf948878ca3498 (patch)
treeec34e8eb0f02153ad298202a61d3749b8f0d7f02 /arch/sh/kernel/setup.c
parentsh: Flag present CPUs hotpluggable in topology registration. (diff)
downloadlinux-dev-c9f4a3f53b5d61f86eae3512abdf948878ca3498.tar.xz
linux-dev-c9f4a3f53b5d61f86eae3512abdf948878ca3498.zip
sh: arch/sh/kernel/setup.c needs asm/smp.h.
With the platform ops migration, the definitions still need to be included in the CONFIG_SMP=n case, so make the asm/smp.h include explicit. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to '')
-rw-r--r--arch/sh/kernel/setup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/kernel/setup.c b/arch/sh/kernel/setup.c
index 29155384d5a8..14735d5ede52 100644
--- a/arch/sh/kernel/setup.c
+++ b/arch/sh/kernel/setup.c
@@ -39,6 +39,7 @@
#include <asm/irq.h>
#include <asm/setup.h>
#include <asm/clock.h>
+#include <asm/smp.h>
#include <asm/mmu_context.h>
/*