From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xiong Zhou Subject: [PATCH] x86: ce4100: add head file for reboot type Date: Tue, 9 Jul 2013 11:06:27 +0800 (CST) Message-ID: Mime-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="8323328-1625292718-1373339199=:28371" Return-path: Received: from mail-pb0-f45.google.com ([209.85.160.45]:48784 "EHLO mail-pb0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752056Ab3GIDGl (ORCPT ); Mon, 8 Jul 2013 23:06:41 -0400 Sender: linux-next-owner@vger.kernel.org List-ID: To: tglx@linutronix.de, matthew.garrett@nebula.com Cc: platform-driver-x86@vger.kernel.org, linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, mingo@redhat.com, x86@kernel.org, rui.zhang@intel.com, alan@linux.intel.com, ffainelli@freebox.fr, mingo@kernel.org, mbizon@freebox.fr This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --8323328-1625292718-1373339199=:28371 Content-Type: TEXT/PLAIN; charset=ISO-8859-7 Content-Transfer-Encoding: 8BIT From: Xiong Zhou 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 --- 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 #include #include +#include #include #include --8323328-1625292718-1373339199=:28371--