瀏覽代碼

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>
Yinghai Lu 17 年之前
父節點
當前提交
f81be876ea
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      arch/x86/kernel/setup_32.c

+ 0 - 1
arch/x86/kernel/setup_32.c

@@ -206,7 +206,6 @@ struct ist_info ist_info;
 EXPORT_SYMBOL(ist_info);
 #endif
 
-extern void early_cpu_init(void);
 extern int root_mountflags;
 
 unsigned long saved_video_mode;