From patchwork Fri Oct 28 22:38:47 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gabe Black X-Patchwork-Id: 122506 X-Patchwork-Delegate: graeme.russ@gmail.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 1B48AB6F77 for ; Sat, 29 Oct 2011 09:39:08 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 7306B29748; Sat, 29 Oct 2011 00:39:06 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id neyByMfKMLmS; Sat, 29 Oct 2011 00:39:06 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id E083E29198; Sat, 29 Oct 2011 00:39:04 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 3EC2829198 for ; Sat, 29 Oct 2011 00:39:03 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nInXPQCH4nWA for ; Sat, 29 Oct 2011 00:39:01 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from smtp-out.google.com (smtp-out.google.com [216.239.44.51]) by theia.denx.de (Postfix) with ESMTPS id 4A12F29189 for ; Sat, 29 Oct 2011 00:39:00 +0200 (CEST) Received: from hpaq1.eem.corp.google.com (hpaq1.eem.corp.google.com [172.25.149.1]) by smtp-out.google.com with ESMTP id p9SMcqNX004479; Fri, 28 Oct 2011 15:38:58 -0700 Received: from gabeblack.mtv.corp.google.com (gabeblack.mtv.corp.google.com [172.22.72.31]) by hpaq1.eem.corp.google.com with ESMTP id p9SMcoYg023456; Fri, 28 Oct 2011 15:38:51 -0700 Received: by gabeblack.mtv.corp.google.com (Postfix, from userid 134246) id 66C5320120A; Fri, 28 Oct 2011 15:38:50 -0700 (PDT) From: Gabe Black To: U-Boot Mailing List Date: Fri, 28 Oct 2011 15:38:47 -0700 Message-Id: <1319841527-21931-1-git-send-email-gabeblack@chromium.org> X-Mailer: git-send-email 1.7.3.1 Cc: Graeme Russ , Gabe Black Subject: [U-Boot] [PATCH] [x86] Remove the prototype for the unused function board_init X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.9 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de From: Gabe Black Signed-off-by: Gabe Black --- 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);