lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 9 Jul 2013 11:06:27 +0800 (CST)
From:	Xiong Zhou <jencce.kernel@...il.com>
To:	tglx@...utronix.de, matthew.garrett@...ula.com
cc:	platform-driver-x86@...r.kernel.org, linux-next@...r.kernel.org,
	linux-kernel@...r.kernel.org, mingo@...hat.com, x86@...nel.org,
	rui.zhang@...el.com, alan@...ux.intel.com, ffainelli@...ebox.fr,
	mingo@...nel.org, mbizon@...ebox.fr
Subject: [PATCH] x86: ce4100: add head file for reboot type

From: Xiong Zhou <jencce.kernel@...il.com>

Add head file for reboot type stuff to fix this:
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@...il.com>
---
 arch/x86/platform/ce4100/ce4100.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/x86/platform/ce4100/ce4100.c b/arch/x86/platform/ce4100/ce4100.c
index baec704..643b8b5e 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>

Powered by blists - more mailing lists