Bläddra i källkod

x86: Remove the prototype for the unused function board_init

Signed-off-by: Gabe Black <gabeblack@chromium.org>
Gabe Black 13 år sedan
förälder
incheckning
fdb711528c
1 ändrade filer med 0 tillägg och 1 borttagningar
  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);