summaryrefslogtreecommitdiffstats
path: root/include/asm-sh/smp.h
diff options
context:
space:
mode:
authorEvgeniy Polyakov2007-05-31 06:46:21 +0200
committerPaul Mundt2007-05-31 06:46:21 +0200
commit66c5227ecd3041b0467a091ad81b8d312e572ea8 (patch)
tree8d910d8f45c498c4d4f66694ff425f4b7d90d114 /include/asm-sh/smp.h
parentsh: Fix vsyscall build failure. (diff)
downloadkernel-qcow2-linux-66c5227ecd3041b0467a091ad81b8d312e572ea8.tar.gz
kernel-qcow2-linux-66c5227ecd3041b0467a091ad81b8d312e572ea8.tar.xz
kernel-qcow2-linux-66c5227ecd3041b0467a091ad81b8d312e572ea8.zip
sh: trivial build cleanups.
Several errors were spotted during building for custom config (SMP included). Although SMP still does not compile (no ipi and __smp_call_function) and does not work, this looks a bit cleaner. Some other errors obtained via gcc-4.1.0 build. Signed-off-by: Evgeniy Polyakov <johnpol@2ka.mipt.ru> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include/asm-sh/smp.h')
-rw-r--r--include/asm-sh/smp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-sh/smp.h b/include/asm-sh/smp.h
index 71ecddf70db3..caa7b93f1bce 100644
--- a/include/asm-sh/smp.h
+++ b/include/asm-sh/smp.h
@@ -15,7 +15,7 @@
#ifdef CONFIG_SMP
-#include <asm/spinlock.h>
+#include <linux/spinlock.h>
#include <asm/atomic.h>
#include <asm/current.h>