From fdb711528c7fe7fef71dcefe7f51b21f4e395f8b Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Fri, 28 Oct 2011 12:38:47 +0000 Subject: x86: Remove the prototype for the unused function board_init Signed-off-by: Gabe Black --- arch/x86/include/asm/u-boot-x86.h | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/x86/include/asm/u-boot-x86.h b/arch/x86/include/asm/u-boot-x86.h index accc8fa4c..d3e2f4c49 100644 --- a/arch/x86/include/asm/u-boot-x86.h +++ b/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); -- cgit v1.2.3