diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-09-26 23:57:35 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-09-26 23:57:35 -0400 |
commit | 09a4df5f0c8b7c418821fe591bf0d0f13b206c61 (patch) | |
tree | 3eabbff593d4d6e4198ca6cf7f69d1e0970609a1 /include/asm-sh/processor.h | |
parent | 4d2cab7c00ebf5c12c3177763fed5a6b4658d384 (diff) |
sh: processor.h needs smp.h
Trivial build fix for SH-2.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include/asm-sh/processor.h')
-rw-r--r-- | include/asm-sh/processor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-sh/processor.h b/include/asm-sh/processor.h index 4f2922a1979c..9f3ee775fe13 100644 --- a/include/asm-sh/processor.h +++ b/include/asm-sh/processor.h | |||
@@ -10,6 +10,7 @@ | |||
10 | #ifdef __KERNEL__ | 10 | #ifdef __KERNEL__ |
11 | 11 | ||
12 | #include <linux/compiler.h> | 12 | #include <linux/compiler.h> |
13 | #include <linux/smp.h> | ||
13 | #include <asm/page.h> | 14 | #include <asm/page.h> |
14 | #include <asm/types.h> | 15 | #include <asm/types.h> |
15 | #include <asm/cache.h> | 16 | #include <asm/cache.h> |