projects
/
platform
/
kernel
/
kernel-mfld-blackbay.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e8c5be
)
sh: arch/sh/kernel/setup.c needs asm/smp.h.
author
Paul Mundt
<lethal@linux-sh.org>
Mon, 26 Apr 2010 09:35:44 +0000
(18:35 +0900)
committer
Paul 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
patch
|
blob
|
history
diff --git
a/arch/sh/kernel/setup.c
b/arch/sh/kernel/setup.c
index
2915538
..
14735d5
100644
(file)
--- 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>
/*