浏览代码

x86: Remove the prototype for the unused function board_init

Signed-off-by: Gabe Black <gabeblack@chromium.org>
Gabe Black 13 年之前
父节点
当前提交
fdb711528c
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      arch/x86/include/asm/u-boot-x86.h

+ 0 - 1
arch/x86/include/asm/u-boot-x86.h

@@ -42,7 +42,6 @@ int dram_init_f(void);
 int cpu_init_interrupts(void);
 
 /* board/.../... */
-int board_init(void);
 int dram_init(void);
 
 void setup_pcat_compatibility(void);