diff options
author | Yinghai Lu <yhlu.kernel@gmail.com> | 2008-06-21 22:16:52 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-08 06:50:11 -0400 |
commit | f81be876eaa9c71b3024c3dc05e4d1bf210cc255 (patch) | |
tree | 486bcf84d96dd7404ad04dbdf905f955a9ce1adc | |
parent | 0f0124fa742da7c51e2e3c5ded7f5e5e06ddc195 (diff) |
x86: remove two duplicated funcs in setup_32.c
early_cpu_init is declared in processor.h
memory_setup is defined in e820.c
Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
-rw-r--r-- | arch/x86/kernel/setup_32.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/setup_32.c b/arch/x86/kernel/setup_32.c index 865838b11792..602a45c59ff6 100644 --- a/arch/x86/kernel/setup_32.c +++ b/arch/x86/kernel/setup_32.c | |||
@@ -206,7 +206,6 @@ struct ist_info ist_info; | |||
206 | EXPORT_SYMBOL(ist_info); | 206 | EXPORT_SYMBOL(ist_info); |
207 | #endif | 207 | #endif |
208 | 208 | ||
209 | extern void early_cpu_init(void); | ||
210 | extern int root_mountflags; | 209 | extern int root_mountflags; |
211 | 210 | ||
212 | unsigned long saved_video_mode; | 211 | unsigned long saved_video_mode; |