From patchwork Mon Jul 9 09:20:29 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michal Simek X-Patchwork-Id: 169731 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 7F42E2C0207 for ; Mon, 9 Jul 2012 19:27:20 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 3472128158; Mon, 9 Jul 2012 11:27:19 +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 eTKtVzFZRdVW; Mon, 9 Jul 2012 11:27:19 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 04F1828145; Mon, 9 Jul 2012 11:27:17 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id E8FC128145 for ; Mon, 9 Jul 2012 11:27:14 +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 uP5AHJu04R-j for ; Mon, 9 Jul 2012 11:27:14 +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 mail-we0-f172.google.com (mail-we0-f172.google.com [74.125.82.172]) by theia.denx.de (Postfix) with ESMTPS id ABBAF28133 for ; Mon, 9 Jul 2012 11:27:13 +0200 (CEST) Received: by were53 with SMTP id e53so1901179wer.3 for ; Mon, 09 Jul 2012 02:27:12 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=2V5ZpNDbDGOxlWsOIwZdWkp7We8dNMlKph86LddbCrY=; b=HJq+LNEjFe4s6CBk4Viugx9hp0qHVl4qAH/0wAhnIgu1ZAM+f6GafzTRUIcYqCygTD QzDx3erTPoRanlvj+PQVCAXtM+jjuwFyELPVDAlm91J1m2ErhSYeblxvZg0JCWTxJWg1 2JZ7KYzVEc0LdK0nSCtJ/dOGVJO46zfNF1UpMPH9pZUZLKCC1kyvuOhzsQw1XU9aNdNu uJruqIYROyyr49r5fBHizwKc+QU//C6C+TTB7NCA/YxiP8gZotK0isdk3t/EpGL3fXPM WOCM3t3Nunhxaypa2zHxbquKfonQJtTD9mUOwfVTDLSMhdFVrWAlsYuh6Gs7I5v8BmgY iMDQ== Received: by 10.180.103.136 with SMTP id fw8mr27802127wib.20.1341825645335; Mon, 09 Jul 2012 02:20:45 -0700 (PDT) Received: from localhost (11.161.broadband5.iol.cz. [88.100.161.11]) by mx.google.com with ESMTPS id j6sm33521795wiy.4.2012.07.09.02.20.44 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 09 Jul 2012 02:20:44 -0700 (PDT) From: Michal Simek To: u-boot@lists.denx.de Date: Mon, 9 Jul 2012 11:20:29 +0200 Message-Id: <1341825639-23475-2-git-send-email-monstr@monstr.eu> X-Mailer: git-send-email 1.7.0.4 In-Reply-To: <1341825639-23475-1-git-send-email-monstr@monstr.eu> References: <1341825639-23475-1-git-send-email-monstr@monstr.eu> X-Gm-Message-State: ALoCoQkOr2jomzD/zUBjiRED45uuSj1WcDuDk6EMJbOnZ2xqkEpzQcy93CrzUHJjGzty+q7z6wxf Cc: linz@li-pro.net Subject: [U-Boot] [PATCH 02/12] microblaze: Remove extern from board.c X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 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 eth_init() is defined at include/net.h. Signed-off-by: Michal Simek Acked-by: Simon Glass --- arch/microblaze/lib/board.c | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/arch/microblaze/lib/board.c b/arch/microblaze/lib/board.c index 4146f5c..1cf895b 100644 --- a/arch/microblaze/lib/board.c +++ b/arch/microblaze/lib/board.c @@ -42,10 +42,6 @@ extern int gpio_init (void); #ifdef CONFIG_SYS_INTC_0 extern int interrupts_init (void); #endif - -#if defined(CONFIG_CMD_NET) -extern int eth_init (bd_t * bis); -#endif #ifdef CONFIG_SYS_TIMER_0 extern int timer_init (void); #endif