diff options
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 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); | |||
43 | extern struct net_device *ne_probe(int unit); | 43 | extern struct net_device *ne_probe(int unit); |
44 | extern struct net_device *fmv18x_probe(int unit); | 44 | extern struct net_device *fmv18x_probe(int unit); |
45 | extern struct net_device *i82596_probe(int unit); | 45 | extern struct net_device *i82596_probe(int unit); |
46 | extern struct net_device *ewrk3_probe(int unit); | ||
47 | extern struct net_device *ni65_probe(int unit); | 46 | extern struct net_device *ni65_probe(int unit); |
48 | extern struct net_device *sonic_probe(int unit); | 47 | extern struct net_device *sonic_probe(int unit); |
49 | extern struct net_device *seeq8005_probe(int unit); | 48 | extern 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 |