diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2013-01-10 19:19:43 -0500 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2013-01-22 10:39:53 -0500 |
commit | 13a80cb8b72769f163834d4243bd156f1bec37dc (patch) | |
tree | 502bc7955f24a22d7656dd229b8af460420aa590 /drivers/net/Space.c | |
parent | d2477de7a63a332a8fe75008fa87e05290c5caac (diff) | |
download | linux-3.10-13a80cb8b72769f163834d4243bd156f1bec37dc.tar.gz linux-3.10-13a80cb8b72769f163834d4243bd156f1bec37dc.tar.bz2 linux-3.10-13a80cb8b72769f163834d4243bd156f1bec37dc.zip |
drivers/net: delete at1700 ISA 10Mbit driver
These Fujitsu MB86965 based ISA 10Mbit cards were another of the
relatively rare cards dating from the early 1990s that for one reason
or another didn't seem to get a lot of use in linux. So we retire it
now with a reasonable degree of confidence that it won't impact anyone.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/net/Space.c')
-rw-r--r-- | drivers/net/Space.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/net/Space.c b/drivers/net/Space.c index 4141c646568..e7d916d5232 100644 --- a/drivers/net/Space.c +++ b/drivers/net/Space.c @@ -44,7 +44,6 @@ extern struct net_device *el2_probe(int unit); extern struct net_device *ne_probe(int unit); extern struct net_device *hp_probe(int unit); extern struct net_device *hp_plus_probe(int unit); -extern struct net_device *at1700_probe(int unit); extern struct net_device *fmv18x_probe(int unit); extern struct net_device *eth16i_probe(int unit); extern struct net_device *i82596_probe(int unit); @@ -140,9 +139,6 @@ static struct devprobe2 isa_probes[] __initdata = { {cs89x0_probe, 0}, #endif #endif -#ifdef CONFIG_AT1700 - {at1700_probe, 0}, -#endif #ifdef CONFIG_ETH16I {eth16i_probe, 0}, /* ICL EtherTeam 16i/32 */ #endif |