From: Ingo Molnar Date: Thu, 26 Jun 2008 10:40:35 +0000 (+0200) Subject: x86: build fix X-Git-Tag: v2.6.27-rc1~1106^2~144 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=330ddd20894f99a2b956ad59cf0cfdba188bde63;p=linux-2.6-omap-h63xx.git x86: build fix fix: In file included from arch/x86/kernel/setup.c:118: include/asm/highmem.h:64: error: expected identifier or ‘(' before ‘do' include/asm/highmem.h:64: error: expected identifier or ‘(' before ‘while' include/asm/highmem.h:67: error: expected identifier or ‘(' before ‘do' include/asm/highmem.h:67: error: expected identifier or ‘(' before ‘while' Signed-off-by: Ingo Molnar --- diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c index 172a83e57ee..63dbb5e8f7e 100644 --- a/arch/x86/kernel/setup.c +++ b/arch/x86/kernel/setup.c @@ -114,9 +114,6 @@ #ifdef CONFIG_X86_64 #include #endif -#ifdef CONFIG_X86_32 -#include -#endif #ifndef CONFIG_DEBUG_BOOT_PARAMS struct boot_params __initdata boot_params;