From patchwork Sun Oct 16 20:04:12 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Frysinger X-Patchwork-Id: 120063 X-Patchwork-Delegate: wd@denx.de 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 B6F20B70BD for ; Mon, 17 Oct 2011 07:05:06 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id CEDD328EBF; Sun, 16 Oct 2011 22:04:48 +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 B2L3V-iKpZ8F; Sun, 16 Oct 2011 22:04:48 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 5394628DDF; Sun, 16 Oct 2011 22:04:45 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id A45BF28DDF for ; Sun, 16 Oct 2011 22:04:15 +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 6WXlFadYykWv for ; Sun, 16 Oct 2011 22:04:12 +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.gentoo.org (smtp.gentoo.org [140.211.166.183]) by theia.denx.de (Postfix) with ESMTPS id 9600528DBE for ; Sun, 16 Oct 2011 22:04:09 +0200 (CEST) Received: from localhost.localdomain (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 11AC31B4027 for ; Sun, 16 Oct 2011 20:04:07 +0000 (UTC) From: Mike Frysinger To: u-boot@lists.denx.de Date: Sun, 16 Oct 2011 16:04:12 -0400 Message-Id: <1318795453-18090-5-git-send-email-vapier@gentoo.org> X-Mailer: git-send-email 1.7.6.1 In-Reply-To: <1318795453-18090-1-git-send-email-vapier@gentoo.org> References: <1318795453-18090-1-git-send-email-vapier@gentoo.org> Subject: [U-Boot] [PATCH 4/5] net: sc589: drop unused !NET_MULTI driver 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 No boards appear to use this driver, and it doesn't support NET_MULTI, so punt the old driver. Signed-off-by: Mike Frysinger --- drivers/net/3c589.c | 517 -------------------------------------------------- drivers/net/3c589.h | 435 ------------------------------------------ drivers/net/Makefile | 1 - 3 files changed, 0 insertions(+), 953 deletions(-) delete mode 100644 drivers/net/3c589.c delete mode 100644 drivers/net/3c589.h diff --git a/drivers/net/3c589.c b/drivers/net/3c589.c deleted file mode 100644 index f2c7d32..0000000 diff --git a/drivers/net/3c589.h b/drivers/net/3c589.h deleted file mode 100644 index 8f8cf5b..0000000 diff --git a/drivers/net/Makefile b/drivers/net/Makefile index 00ceda1..fa304d0 100644 --- a/drivers/net/Makefile +++ b/drivers/net/Makefile @@ -25,7 +25,6 @@ include $(TOPDIR)/config.mk LIB := $(obj)libnet.o -COBJS-$(CONFIG_DRIVER_3C589) += 3c589.o COBJS-$(CONFIG_PPC4xx_EMAC) += 4xx_enet.o COBJS-$(CONFIG_ALTERA_TSE) += altera_tse.o COBJS-$(CONFIG_ARMADA100_FEC) += armada100_fec.o