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

2011-10-23 Thread Wolfgang Denk
Dear Mike Frysinger,

In message 1318795453-18090-4-git-send-email-vap...@gentoo.org you wrote:
 No boards appear to use this driver, and it doesn't support NET_MULTI,
 so punt the old driver.
 
 Signed-off-by: Mike Frysinger vap...@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

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
You see things; and you say ``Why?'' But I dream  things  that  never
were; and I say ``Why not?''
   - George Bernard Shaw _Back to Methuselah_ (1921) pt. 1, act 1
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2011-10-16 Thread Mike Frysinger
No boards appear to use this driver, and it doesn't support NET_MULTI,
so punt the old driver.

Signed-off-by: Mike Frysinger vap...@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_SMC9) += smc9.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..000
diff --git a/drivers/net/s3c4510b_eth.h b/drivers/net/s3c4510b_eth.h
deleted file mode 100644
index 18a52a7..000
-- 
1.7.6.1

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot