Ver Fonte

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 <mingo@elte.hu>
Ingo Molnar há 17 anos atrás
pai
commit
3baf63a507
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      arch/m32r/kernel/smpboot.c

+ 1 - 0
arch/m32r/kernel/smpboot.c

@@ -40,6 +40,7 @@
  */
 
 #include <linux/module.h>
+#include <linux/cpu.h>
 #include <linux/init.h>
 #include <linux/kernel.h>
 #include <linux/mm.h>