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 9305eb9b1b98..dd8ed456c8b2 100644 --- a/drivers/net/Space.c +++ b/drivers/net/Space.c | |||
@@ -59,7 +59,6 @@ extern struct net_device *wavelan_probe(int unit); | |||
59 | extern struct net_device *arlan_probe(int unit); | 59 | extern struct net_device *arlan_probe(int unit); |
60 | extern struct net_device *el16_probe(int unit); | 60 | extern struct net_device *el16_probe(int unit); |
61 | extern struct net_device *elmc_probe(int unit); | 61 | extern struct net_device *elmc_probe(int unit); |
62 | extern struct net_device *skmca_probe(int unit); | ||
63 | extern struct net_device *elplus_probe(int unit); | 62 | extern struct net_device *elplus_probe(int unit); |
64 | extern struct net_device *ac3200_probe(int unit); | 63 | extern struct net_device *ac3200_probe(int unit); |
65 | extern struct net_device *es_probe(int unit); | 64 | extern struct net_device *es_probe(int unit); |
@@ -153,9 +152,6 @@ static struct devprobe2 mca_probes[] __initdata = { | |||
153 | #ifdef CONFIG_ELMC_II /* 3c527 */ | 152 | #ifdef CONFIG_ELMC_II /* 3c527 */ |
154 | {mc32_probe, 0}, | 153 | {mc32_probe, 0}, |
155 | #endif | 154 | #endif |
156 | #ifdef CONFIG_SKMC /* SKnet Microchannel */ | ||
157 | {skmca_probe, 0}, | ||
158 | #endif | ||
159 | {NULL, 0}, | 155 | {NULL, 0}, |
160 | }; | 156 | }; |
161 | 157 | ||