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 e7d916d5232e..15de20bed4fc 100644 --- a/drivers/net/Space.c +++ b/drivers/net/Space.c | |||
@@ -45,7 +45,6 @@ extern struct net_device *ne_probe(int unit); | |||
45 | extern struct net_device *hp_probe(int unit); | 45 | extern struct net_device *hp_probe(int unit); |
46 | extern struct net_device *hp_plus_probe(int unit); | 46 | extern struct net_device *hp_plus_probe(int unit); |
47 | extern struct net_device *fmv18x_probe(int unit); | 47 | extern struct net_device *fmv18x_probe(int unit); |
48 | extern struct net_device *eth16i_probe(int unit); | ||
49 | extern struct net_device *i82596_probe(int unit); | 48 | extern struct net_device *i82596_probe(int unit); |
50 | extern struct net_device *ewrk3_probe(int unit); | 49 | extern struct net_device *ewrk3_probe(int unit); |
51 | extern struct net_device *e2100_probe(int unit); | 50 | extern struct net_device *e2100_probe(int unit); |
@@ -139,9 +138,6 @@ static struct devprobe2 isa_probes[] __initdata = { | |||
139 | {cs89x0_probe, 0}, | 138 | {cs89x0_probe, 0}, |
140 | #endif | 139 | #endif |
141 | #endif | 140 | #endif |
142 | #ifdef CONFIG_ETH16I | ||
143 | {eth16i_probe, 0}, /* ICL EtherTeam 16i/32 */ | ||
144 | #endif | ||
145 | #ifdef CONFIG_EWRK3 /* DEC EtherWORKS 3 */ | 141 | #ifdef CONFIG_EWRK3 /* DEC EtherWORKS 3 */ |
146 | {ewrk3_probe, 0}, | 142 | {ewrk3_probe, 0}, |
147 | #endif | 143 | #endif |