Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752386Ab3GIDGn (ORCPT ); Mon, 8 Jul 2013 23:06:43 -0400 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 Date: Tue, 9 Jul 2013 11:06:27 +0800 (CST) From: Xiong Zhou 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 Subject: [PATCH] x86: ce4100: add head file for reboot type Message-ID: User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="8323328-1625292718-1373339199=:28371" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1280 Lines: 36 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-- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/