diff mbox

[U-Boot,x86] Remove the prototype for the unused function board_init

Message ID 1319841527-21931-1-git-send-email-gabeblack@chromium.org
State Accepted
Commit fdb711528c7fe7fef71dcefe7f51b21f4e395f8b
Delegated to: Graeme Russ
Headers show

Commit Message

Gabe Black Oct. 28, 2011, 10:38 p.m. UTC
From: Gabe Black <gabeblack@google.com>

Signed-off-by: Gabe Black <gabeblack@chromium.org>
---
 arch/x86/include/asm/u-boot-x86.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

Comments

Graeme Russ Nov. 2, 2011, 10:39 a.m. UTC | #1
On 29/10/11 09:38, Gabe Black wrote:
> From: Gabe Black <gabeblack@google.com>
> 
> Signed-off-by: Gabe Black <gabeblack@chromium.org>
> ---
>  arch/x86/include/asm/u-boot-x86.h |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
> 
> 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);

Applied to u-boot-x86

Thanks,

Graeme
diff mbox

Patch

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);