]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
m32r: fix build due to notify_cpu_starting() change
authorIngo Molnar <mingo@elte.hu>
Thu, 16 Oct 2008 17:00:57 +0000 (19:00 +0200)
committerIngo Molnar <mingo@elte.hu>
Thu, 16 Oct 2008 17:00:57 +0000 (19:00 +0200)
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 <mingo@elte.hu>
arch/m32r/kernel/smpboot.c

index fc2994811f150c991986b6294538ca5b9c6a64ab..39cb6da72dcbef3358d04e2b419a150f88c299ba 100644 (file)
@@ -40,6 +40,7 @@
  */
 
 #include <linux/module.h>
+#include <linux/cpu.h>
 #include <linux/init.h>
 #include <linux/kernel.h>
 #include <linux/mm.h>