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 4141c6465683..e7d916d5232e 100644 --- a/drivers/net/Space.c +++ b/drivers/net/Space.c | |||
@@ -44,7 +44,6 @@ extern struct net_device *el2_probe(int unit); | |||
44 | extern struct net_device *ne_probe(int unit); | 44 | 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 *at1700_probe(int unit); | ||
48 | extern struct net_device *fmv18x_probe(int unit); | 47 | extern struct net_device *fmv18x_probe(int unit); |
49 | extern struct net_device *eth16i_probe(int unit); | 48 | extern struct net_device *eth16i_probe(int unit); |
50 | extern struct net_device *i82596_probe(int unit); | 49 | extern struct net_device *i82596_probe(int unit); |
@@ -140,9 +139,6 @@ static struct devprobe2 isa_probes[] __initdata = { | |||
140 | {cs89x0_probe, 0}, | 139 | {cs89x0_probe, 0}, |
141 | #endif | 140 | #endif |
142 | #endif | 141 | #endif |
143 | #ifdef CONFIG_AT1700 | ||
144 | {at1700_probe, 0}, | ||
145 | #endif | ||
146 | #ifdef CONFIG_ETH16I | 142 | #ifdef CONFIG_ETH16I |
147 | {eth16i_probe, 0}, /* ICL EtherTeam 16i/32 */ | 143 | {eth16i_probe, 0}, /* ICL EtherTeam 16i/32 */ |
148 | #endif | 144 | #endif |