From: Paul Mundt Date: Tue, 21 Oct 2008 03:39:24 +0000 (+0900) Subject: sh: arch/sh/kernel/smp.c needs linux/cpu.h for notify_cpu_starting(). X-Git-Tag: v2.6.28-rc1~27^2~20 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=b56050ae5e53ab8c5efedce7f4ec3923b6e42054;p=linux-2.6-omap-h63xx.git sh: arch/sh/kernel/smp.c needs linux/cpu.h for notify_cpu_starting(). Signed-off-by: Paul Mundt --- diff --git a/arch/sh/kernel/smp.c b/arch/sh/kernel/smp.c index 508dfb02362..3c5ad1660bb 100644 --- a/arch/sh/kernel/smp.c +++ b/arch/sh/kernel/smp.c @@ -18,6 +18,7 @@ #include #include #include +#include #include #include #include