sh: arch/sh/kernel/setup.c needs asm/smp.h.
authorPaul Mundt <lethal@linux-sh.org>
Mon, 26 Apr 2010 09:35:44 +0000 (18:35 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 26 Apr 2010 09:35:44 +0000 (18:35 +0900)
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>
arch/sh/kernel/setup.c

index 2915538..14735d5 100644 (file)
@@ -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>
 
 /*