summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-10-02 10:01:26 +0000
committerWolfgang Denk <wd@denx.de>2011-10-05 22:22:15 +0200
commitd90f0c107bdb9766aeaf11181b97f5d7fde3efda (patch)
tree14fc65bf2607f4b1228ddbae7af14e5587316258 /net
parent029cf6b4b2a1e590b5baf0281cef1d49266d6640 (diff)
downloadtalos-obmc-uboot-d90f0c107bdb9766aeaf11181b97f5d7fde3efda.tar.gz
talos-obmc-uboot-d90f0c107bdb9766aeaf11181b97f5d7fde3efda.zip
net: drop !NET_MULTI ns7520 driver
This driver was never converted to NET_MULTI, and no board uses it. So punt it and be done. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'net')
-rw-r--r--net/eth.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/net/eth.c b/net/eth.c
index 1c0c78005e..fba3c1fdf8 100644
--- a/net/eth.c
+++ b/net/eth.c
@@ -541,7 +541,6 @@ char *eth_get_name (void)
#warning Ethernet driver is deprecated. Please update to use CONFIG_NET_MULTI
extern int mcf52x2_miiphy_initialize(bd_t *bis);
-extern int ns7520_miiphy_initialize(bd_t *bis);
int eth_initialize(bd_t *bis)
@@ -553,9 +552,6 @@ int eth_initialize(bd_t *bis)
#if defined(CONFIG_MCF52x2)
mcf52x2_miiphy_initialize(bis);
#endif
-#if defined(CONFIG_DRIVER_NS7520_ETHERNET)
- ns7520_miiphy_initialize(bis);
-#endif
return 0;
}
#endif
OpenPOWER on IntegriCloud