diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-06-26 06:40:35 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-08 07:10:57 -0400 |
commit | 330ddd20894f99a2b956ad59cf0cfdba188bde63 (patch) | |
tree | 8cd95cc4650f5371ff2542699953f9003956166f /arch/x86/kernel | |
parent | 3442682a54a9f44047efe526869aa52bd74fe16e (diff) |
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>
Diffstat (limited to 'arch/x86/kernel')
-rw-r--r-- | arch/x86/kernel/setup.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c index 172a83e57ee7..63dbb5e8f7ee 100644 --- a/arch/x86/kernel/setup.c +++ b/arch/x86/kernel/setup.c | |||
@@ -114,9 +114,6 @@ | |||
114 | #ifdef CONFIG_X86_64 | 114 | #ifdef CONFIG_X86_64 |
115 | #include <asm/numa_64.h> | 115 | #include <asm/numa_64.h> |
116 | #endif | 116 | #endif |
117 | #ifdef CONFIG_X86_32 | ||
118 | #include <asm/highmem.h> | ||
119 | #endif | ||
120 | 117 | ||
121 | #ifndef CONFIG_DEBUG_BOOT_PARAMS | 118 | #ifndef CONFIG_DEBUG_BOOT_PARAMS |
122 | struct boot_params __initdata boot_params; | 119 | struct boot_params __initdata boot_params; |