From 330ddd20894f99a2b956ad59cf0cfdba188bde63 Mon Sep 17 00:00:00 2001 From: Ingo Molnar <mingo@elte.hu> Date: Thu, 26 Jun 2008 12:40:35 +0200 Subject: [PATCH] x86: build fix MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 <mingo@elte.hu> --- arch/x86/kernel/setup.c | 3 --- 1 file changed, 3 deletions(-) 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 <asm/numa_64.h> #endif -#ifdef CONFIG_X86_32 -#include <asm/highmem.h> -#endif #ifndef CONFIG_DEBUG_BOOT_PARAMS struct boot_params __initdata boot_params; -- 2.41.3