aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Space.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/Space.c')
-rw-r--r--drivers/net/Space.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/drivers/net/Space.c b/drivers/net/Space.c
index 15de20bed4fc..393b0176c131 100644
--- a/drivers/net/Space.c
+++ b/drivers/net/Space.c
@@ -40,14 +40,10 @@
40extern struct net_device *hp100_probe(int unit); 40extern struct net_device *hp100_probe(int unit);
41extern struct net_device *ultra_probe(int unit); 41extern struct net_device *ultra_probe(int unit);
42extern struct net_device *wd_probe(int unit); 42extern struct net_device *wd_probe(int unit);
43extern struct net_device *el2_probe(int unit);
44extern struct net_device *ne_probe(int unit); 43extern struct net_device *ne_probe(int unit);
45extern struct net_device *hp_probe(int unit);
46extern struct net_device *hp_plus_probe(int unit);
47extern struct net_device *fmv18x_probe(int unit); 44extern struct net_device *fmv18x_probe(int unit);
48extern struct net_device *i82596_probe(int unit); 45extern struct net_device *i82596_probe(int unit);
49extern struct net_device *ewrk3_probe(int unit); 46extern struct net_device *ewrk3_probe(int unit);
50extern struct net_device *e2100_probe(int unit);
51extern struct net_device *ni65_probe(int unit); 47extern struct net_device *ni65_probe(int unit);
52extern struct net_device *sonic_probe(int unit); 48extern struct net_device *sonic_probe(int unit);
53extern struct net_device *seeq8005_probe(int unit); 49extern struct net_device *seeq8005_probe(int unit);
@@ -108,18 +104,6 @@ static struct devprobe2 isa_probes[] __initdata = {
108#ifdef CONFIG_WD80x3 104#ifdef CONFIG_WD80x3
109 {wd_probe, 0}, 105 {wd_probe, 0},
110#endif 106#endif
111#ifdef CONFIG_EL2 /* 3c503 */
112 {el2_probe, 0},
113#endif
114#ifdef CONFIG_HPLAN
115 {hp_probe, 0},
116#endif
117#ifdef CONFIG_HPLAN_PLUS
118 {hp_plus_probe, 0},
119#endif
120#ifdef CONFIG_E2100 /* Cabletron E21xx series. */
121 {e2100_probe, 0},
122#endif
123#if defined(CONFIG_NE2000) || \ 107#if defined(CONFIG_NE2000) || \
124 defined(CONFIG_NE_H8300) /* ISA (use ne2k-pci for PCI cards) */ 108 defined(CONFIG_NE_H8300) /* ISA (use ne2k-pci for PCI cards) */
125 {ne_probe, 0}, 109 {ne_probe, 0},