mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] x86: fix ce4100.c build errors on i386
@ 2013-07-15 15:57 Randy Dunlap
  0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2013-07-15 15:57 UTC (permalink / raw)
  To: LKML, X86 ML; +Cc: Florian Fainelli, Sebastian Andrzej Siewior, Maxime Bizon

From: Randy Dunlap <rdunlap@infradead.org>

Fix build errors on i386:

arch/x86/platform/ce4100/ce4100.c:165:2: error: 'reboot_type' undeclared (first use in this function)
arch/x86/platform/ce4100/ce4100.c:165:16: error: 'BOOT_KBD' undeclared (first use in this function)

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: x86@kernel.org
Cc: Florian Fainelli <ffainelli@freebox.fr>
Cc: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Cc: Maxime Bizon <mbizon@freebox.fr>
---
 arch/x86/platform/ce4100/ce4100.c |    1 +
 1 file changed, 1 insertion(+)

--- linux-next-20130715.orig/arch/x86/platform/ce4100/ce4100.c
+++ linux-next-20130715/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>
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-07-15 15:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-15 15:57 [PATCH] x86: fix ce4100.c build errors on i386 Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome