projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d2cab7
)
sh: processor.h needs smp.h
author
Paul Mundt
<lethal@linux-sh.org>
Thu, 27 Sep 2007 03:57:35 +0000
(12:57 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Thu, 27 Sep 2007 03:57:35 +0000
(12:57 +0900)
Trivial build fix for SH-2.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
include/asm-sh/processor.h
patch
|
blob
|
history
diff --git
a/include/asm-sh/processor.h
b/include/asm-sh/processor.h
index
4f2922a
..
9f3ee77
100644
(file)
--- a/
include/asm-sh/processor.h
+++ b/
include/asm-sh/processor.h
@@
-10,6
+10,7
@@
#ifdef __KERNEL__
#include <linux/compiler.h>
+#include <linux/smp.h>
#include <asm/page.h>
#include <asm/types.h>
#include <asm/cache.h>