[U-Boot] [PATCH 3/5] net: s3c4510b_eth: drop unused !NET_MULTI driver

Mike Frysinger vapier at gentoo.org
Sun Oct 16 22:04:11 CEST 2011


No boards appear to use this driver, and it doesn't support NET_MULTI,
so punt the old driver.

Signed-off-by: Mike Frysinger <vapier at gentoo.org>
---
 drivers/net/Makefile       |    1 -
 drivers/net/s3c4510b_eth.c |  241 -----------------------------------
 drivers/net/s3c4510b_eth.h |  302 --------------------------------------------
 3 files changed, 0 insertions(+), 544 deletions(-)
 delete mode 100644 drivers/net/s3c4510b_eth.c
 delete mode 100644 drivers/net/s3c4510b_eth.h

diff --git a/drivers/net/Makefile b/drivers/net/Makefile
index c885920..00ceda1 100644
--- a/drivers/net/Makefile
+++ b/drivers/net/Makefile
@@ -65,7 +65,6 @@ COBJS-$(CONFIG_PCNET) += pcnet.o
 COBJS-$(CONFIG_PLB2800_ETHER) += plb2800_eth.o
 COBJS-$(CONFIG_RTL8139) += rtl8139.o
 COBJS-$(CONFIG_RTL8169) += rtl8169.o
-COBJS-$(CONFIG_DRIVER_S3C4510_ETH) += s3c4510b_eth.o
 COBJS-$(CONFIG_SH_ETHER) += sh_eth.o
 COBJS-$(CONFIG_SMC91111) += smc91111.o
 COBJS-$(CONFIG_SMC911X) += smc911x.o
diff --git a/drivers/net/s3c4510b_eth.c b/drivers/net/s3c4510b_eth.c
deleted file mode 100644
index 818ed3d..0000000
diff --git a/drivers/net/s3c4510b_eth.h b/drivers/net/s3c4510b_eth.h
deleted file mode 100644
index 18a52a7..0000000
-- 
1.7.6.1



More information about the U-Boot mailing list