Skip to content

Commit

Permalink
m32r: fix build due to notify_cpu_starting() change
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ingo Molnar committed Oct 16, 2008
1 parent 463baa8 commit 3baf63a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/m32r/kernel/smpboot.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
*/

#include <linux/module.h>
#include <linux/cpu.h>
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/mm.h>
Expand Down

0 comments on commit 3baf63a

Please sign in to comment.