Commit f81be876 authored by Yinghai Lu's avatar Yinghai Lu Committed by Ingo Molnar

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: default avatarYinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 0f0124fa
...@@ -206,7 +206,6 @@ struct ist_info ist_info; ...@@ -206,7 +206,6 @@ struct ist_info ist_info;
EXPORT_SYMBOL(ist_info); EXPORT_SYMBOL(ist_info);
#endif #endif
extern void early_cpu_init(void);
extern int root_mountflags; extern int root_mountflags;
unsigned long saved_video_mode; unsigned long saved_video_mode;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment