From fdb711528c7fe7fef71dcefe7f51b21f4e395f8b Mon Sep 17 00:00:00 2001
From: Gabe Black <gabeblack@google.com>
Date: Fri, 28 Oct 2011 12:38:47 +0000
Subject: [PATCH] x86: Remove the prototype for the unused function board_init

Signed-off-by: Gabe Black <gabeblack@chromium.org>
---
 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 accc8fa4c7a..d3e2f4c4928 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);
-- 
GitLab