diff options
Diffstat (limited to 'drivers/net/Space.c')
-rw-r--r-- | drivers/net/Space.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/net/Space.c b/drivers/net/Space.c index 3707df6b0cfa..11c44becc08f 100644 --- a/drivers/net/Space.c +++ b/drivers/net/Space.c | |||
@@ -323,12 +323,6 @@ extern struct net_device *proteon_probe(int unit); | |||
323 | extern struct net_device *smctr_probe(int unit); | 323 | extern struct net_device *smctr_probe(int unit); |
324 | 324 | ||
325 | static struct devprobe2 tr_probes2[] __initdata = { | 325 | static struct devprobe2 tr_probes2[] __initdata = { |
326 | #ifdef CONFIG_SKISA | ||
327 | {sk_isa_probe, 0}, | ||
328 | #endif | ||
329 | #ifdef CONFIG_PROTEON | ||
330 | {proteon_probe, 0}, | ||
331 | #endif | ||
332 | #ifdef CONFIG_SMCTR | 326 | #ifdef CONFIG_SMCTR |
333 | {smctr_probe, 0}, | 327 | {smctr_probe, 0}, |
334 | #endif | 328 | #endif |