]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
sh: arch/sh/kernel/smp.c needs linux/cpu.h for notify_cpu_starting().
authorPaul Mundt <lethal@linux-sh.org>
Tue, 21 Oct 2008 03:39:24 +0000 (12:39 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 21 Oct 2008 03:51:51 +0000 (12:51 +0900)
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/smp.c

index 508dfb023628d980233110f462802dd27f8c93d2..3c5ad1660bbcdd6b0366934167b3dc879cdb026d 100644 (file)
@@ -18,6 +18,7 @@
 #include <linux/spinlock.h>
 #include <linux/mm.h>
 #include <linux/module.h>
+#include <linux/cpu.h>
 #include <linux/interrupt.h>
 #include <asm/atomic.h>
 #include <asm/processor.h>