projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10e84b9
)
arch/x86/platform/ce4100/ce4100.c: include reboot.h
author
Andrew Morton
<
[email protected]
>
Wed, 31 Jul 2013 20:53:36 +0000
(13:53 -0700)
committer
Linus Torvalds
<
[email protected]
>
Wed, 31 Jul 2013 21:41:02 +0000
(14:41 -0700)
Fix the build:
arch/x86/platform/ce4100/ce4100.c: In function 'x86_ce4100_early_setup':
arch/x86/platform/ce4100/ce4100.c:165:2: error: 'reboot_type' undeclared (first use in this function)
Reported-by: Wu Fengguang <
[email protected]
>
Cc: Thomas Gleixner <
[email protected]
>
Cc: Ingo Molnar <
[email protected]
>
Cc: "H. Peter Anvin" <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
arch/x86/platform/ce4100/ce4100.c
patch
|
blob
|
history
diff --git
a/arch/x86/platform/ce4100/ce4100.c
b/arch/x86/platform/ce4100/ce4100.c
index 643b8b5eee86b3eee7edb2cf99dfa31ad7f9318d..8244f5ec2f4c7520284ff2388c328a17c10e3440 100644
(file)
--- a/
arch/x86/platform/ce4100/ce4100.c
+++ b/
arch/x86/platform/ce4100/ce4100.c
@@
-12,6
+12,7
@@
#include <linux/kernel.h>
#include <linux/irq.h>
#include <linux/module.h>
+#include <linux/reboot.h>
#include <linux/serial_reg.h>
#include <linux/serial_8250.h>
#include <linux/reboot.h>