Browse Source

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 <mingo@elte.hu>
Ingo Molnar 17 years ago
parent
commit
330ddd2089
1 changed files with 0 additions and 3 deletions
  1. 0 3
      arch/x86/kernel/setup.c

+ 0 - 3
arch/x86/kernel/setup.c

@@ -114,9 +114,6 @@
 #ifdef CONFIG_X86_64
 #ifdef CONFIG_X86_64
 #include <asm/numa_64.h>
 #include <asm/numa_64.h>
 #endif
 #endif
-#ifdef CONFIG_X86_32
-#include <asm/highmem.h>
-#endif
 
 
 #ifndef CONFIG_DEBUG_BOOT_PARAMS
 #ifndef CONFIG_DEBUG_BOOT_PARAMS
 struct boot_params __initdata boot_params;
 struct boot_params __initdata boot_params;