diff options
author | Paul Mundt <lethal@linux-sh.org> | 2010-04-26 18:35:44 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-04-26 18:35:44 +0900 |
commit | c9f4a3f53b5d61f86eae3512abdf948878ca3498 (patch) | |
tree | ec34e8eb0f02153ad298202a61d3749b8f0d7f02 /arch/sh/kernel | |
parent | 9e8c5be8b76b188ec5bc95b378cf67aaeba1f695 (diff) | |
download | linux-stable-c9f4a3f53b5d61f86eae3512abdf948878ca3498.tar.gz linux-stable-c9f4a3f53b5d61f86eae3512abdf948878ca3498.tar.bz2 linux-stable-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 'arch/sh/kernel')
-rw-r--r-- | arch/sh/kernel/setup.c | 1 |
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> /* |