From: Gabe Black Date: Fri, 28 Oct 2011 12:38:47 +0000 (+0000) Subject: x86: Remove the prototype for the unused function board_init X-Git-Tag: v2011.12-rc1~334^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fdb711528c7fe7fef71dcefe7f51b21f4e395f8b;p=kernel%2Fu-boot.git x86: Remove the prototype for the unused function board_init Signed-off-by: Gabe Black --- diff --git a/arch/x86/include/asm/u-boot-x86.h b/arch/x86/include/asm/u-boot-x86.h index accc8fa..d3e2f4c 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);