[<prev] [next>] [day] [month] [year] [list]
Message-ID: <51E41BF4.9060602@infradead.org>
Date: Mon, 15 Jul 2013 08:57:40 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: LKML <linux-kernel@...r.kernel.org>, X86 ML <x86@...nel.org>
CC: Florian Fainelli <ffainelli@...ebox.fr>,
Sebastian Andrzej Siewior <bigeasy@...utronix.de>,
Maxime Bizon <mbizon@...ebox.fr>
Subject: [PATCH] x86: fix ce4100.c build errors on i386
From: Randy Dunlap <rdunlap@...radead.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@...radead.org>
Cc: x86@...nel.org
Cc: Florian Fainelli <ffainelli@...ebox.fr>
Cc: Sebastian Andrzej Siewior <bigeasy@...utronix.de>
Cc: Maxime Bizon <mbizon@...ebox.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>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists