Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Xiong Zhou and committed by
Ingo Molnar
ff559981 8216a67e

+1
+1
arch/x86/platform/ce4100/ce4100.c
··· 14 14 #include <linux/module.h> 15 15 #include <linux/serial_reg.h> 16 16 #include <linux/serial_8250.h> 17 + #include <linux/reboot.h> 17 18 18 19 #include <asm/ce4100.h> 19 20 #include <asm/prom.h>