From: Ingo Molnar Date: Thu, 16 Oct 2008 17:00:57 +0000 (+0200) Subject: m32r: fix build due to notify_cpu_starting() change X-Git-Tag: v2.6.28-rc1~81^2 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=3baf63a507094992a5bf238ba3bcea71f458b1e8;hp=463baa8a0947f858d6db1c56d87eeaf1176ba7bb;p=linux-2.6-omap-h63xx.git m32r: fix build due to notify_cpu_starting() change fix: arch/m32r/kernel/smpboot.c:501: err or: implicit declaration of function 'notify_cpu_starting' make[2]: *** [arch/m32r/kernel/smpboot.o] Error 1 make[2]: *** Waiting for unfinished jobs.... Signed-off-by: Ingo Molnar --- diff --git a/arch/m32r/kernel/smpboot.c b/arch/m32r/kernel/smpboot.c index fc2994811f1..39cb6da72dc 100644 --- a/arch/m32r/kernel/smpboot.c +++ b/arch/m32r/kernel/smpboot.c @@ -40,6 +40,7 @@ */ #include +#include #include #include #include