]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
sh: processor.h needs smp.h
authorPaul Mundt <lethal@linux-sh.org>
Thu, 27 Sep 2007 03:57:35 +0000 (12:57 +0900)
committerPaul 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

index 4f2922a1979c5fef654b9444c818123773cd4eab..9f3ee775fe13159f1fca3b0e84f7981b64e79b81 100644 (file)
@@ -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>