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-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b56050ae5e53ab8c5efedce7f4ec3923b6e42054;p=linux-beck.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 508dfb023628..3c5ad1660bbc 100644 --- a/arch/sh/kernel/smp.c +++ b/arch/sh/kernel/smp.c @@ -18,6 +18,7 @@ #include #include #include +#include #include #include #include