aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Space.c
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2013-01-20 17:14:45 -0500
committerPaul Gortmaker <paul.gortmaker@windriver.com>2013-01-22 10:39:55 -0500
commit0ffd89e48fc10f9665b07615cde40b1775b24570 (patch)
tree1732ddb968af3f0854d313bfa0c4b75895d2c803 /drivers/net/Space.c
parent1f1c7a5c1dca01dd8f3f740420f92c7d1d2ae080 (diff)
drivers/net: delete Digital EtherWorks-3 support.
This is another one that makes sense to target for obsolescence, since it (a)appeared pre-1995, and (b)was rather rare, and (c)did not really have any statistically significant active linux user base. Removing this ISA 10Mbit driver support is unlikely to be even noticed by the user base of 3.9+ linux kernels, especially when the documentation clearly indicates the vintage with this text: "...designed to work with all kernels > 1.1.33" Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/net/Space.c')
-rw-r--r--drivers/net/Space.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/net/Space.c b/drivers/net/Space.c
index 393b0176c131..9c30ea4a1254 100644
--- a/drivers/net/Space.c
+++ b/drivers/net/Space.c
@@ -43,7 +43,6 @@ extern struct net_device *wd_probe(int unit);
43extern struct net_device *ne_probe(int unit); 43extern struct net_device *ne_probe(int unit);
44extern struct net_device *fmv18x_probe(int unit); 44extern struct net_device *fmv18x_probe(int unit);
45extern struct net_device *i82596_probe(int unit); 45extern struct net_device *i82596_probe(int unit);
46extern struct net_device *ewrk3_probe(int unit);
47extern struct net_device *ni65_probe(int unit); 46extern struct net_device *ni65_probe(int unit);
48extern struct net_device *sonic_probe(int unit); 47extern struct net_device *sonic_probe(int unit);
49extern struct net_device *seeq8005_probe(int unit); 48extern struct net_device *seeq8005_probe(int unit);
@@ -122,9 +121,6 @@ static struct devprobe2 isa_probes[] __initdata = {
122 {cs89x0_probe, 0}, 121 {cs89x0_probe, 0},
123#endif 122#endif
124#endif 123#endif
125#ifdef CONFIG_EWRK3 /* DEC EtherWORKS 3 */
126 {ewrk3_probe, 0},
127#endif
128#if defined(CONFIG_MVME16x_NET) || defined(CONFIG_BVME6000_NET) /* Intel I82596 */ 124#if defined(CONFIG_MVME16x_NET) || defined(CONFIG_BVME6000_NET) /* Intel I82596 */
129 {i82596_probe, 0}, 125 {i82596_probe, 0},
130#endif 126#endif