projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
463baa8
)
m32r: fix build due to notify_cpu_starting() change
author
Ingo Molnar
<mingo@elte.hu>
Thu, 16 Oct 2008 17:00:57 +0000
(19:00 +0200)
committer
Ingo 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/m32r/kernel/smpboot.c
b/arch/m32r/kernel/smpboot.c
index fc2994811f150c991986b6294538ca5b9c6a64ab..39cb6da72dcbef3358d04e2b419a150f88c299ba 100644
(file)
--- a/
arch/m32r/kernel/smpboot.c
+++ b/
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>