diff options
author | Xiong Zhou <jencce.kernel@gmail.com> | 2013-07-09 11:06:27 +0800 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2013-07-12 12:21:20 +0200 |
commit | ff5599816711d2e67da2d7561fd36ac48debd433 (patch) | |
tree | 162eed77998718c2f9bd9a0e340ba6a7ba4dfae1 /arch/x86 | |
parent | 8216a67eb5e92224b4509b7f55ec4891c9021fdb (diff) | |
download | linux-ff5599816711d2e67da2d7561fd36ac48debd433.tar.gz linux-ff5599816711d2e67da2d7561fd36ac48debd433.tar.bz2 linux-ff5599816711d2e67da2d7561fd36ac48debd433.zip |
x86/platform/ce4100: Add header file for reboot type
Add header file for reboot type to fix this build failure:
error: 'reboot_type' undeclared (first use in this function)
error: 'BOOT_KBD' undeclared (first use in this function)
Signed-off-by: Xiong Zhou <jencce.kernel@gmail.com>
Cc: rui.zhang@intel.com
Cc: alan@linux.intel.com
Cc: ffainelli@freebox.fr
Cc: mbizon@freebox.fr
Cc: matthew.garrett@nebula.com
Link: http://lkml.kernel.org/r/alpine.DEB.2.02.1307091053280.28371@M2420
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/platform/ce4100/ce4100.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/platform/ce4100/ce4100.c b/arch/x86/platform/ce4100/ce4100.c index f8ab4945892e..9962015a3d55 100644 --- a/arch/x86/platform/ce4100/ce4100.c +++ b/arch/x86/platform/ce4100/ce4100.c @@ -14,6 +14,7 @@ #include <linux/module.h> #include <linux/serial_reg.h> #include <linux/serial_8250.h> +#include <linux/reboot.h> #include <asm/ce4100.h> #include <asm/prom.h> |