diff options
Diffstat (limited to 'drivers/net/Space.c')
-rw-r--r-- | drivers/net/Space.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/Space.c b/drivers/net/Space.c index 3a8c7532ee0d..a7271e093845 100644 --- a/drivers/net/Space.c +++ b/drivers/net/Space.c | |||
@@ -102,8 +102,7 @@ static struct devprobe2 isa_probes[] __initdata = { | |||
102 | #ifdef CONFIG_WD80x3 | 102 | #ifdef CONFIG_WD80x3 |
103 | {wd_probe, 0}, | 103 | {wd_probe, 0}, |
104 | #endif | 104 | #endif |
105 | #if defined(CONFIG_NE2000) || \ | 105 | #if defined(CONFIG_NE2000) /* ISA (use ne2k-pci for PCI cards) */ |
106 | defined(CONFIG_NE_H8300) /* ISA (use ne2k-pci for PCI cards) */ | ||
107 | {ne_probe, 0}, | 106 | {ne_probe, 0}, |
108 | #endif | 107 | #endif |
109 | #ifdef CONFIG_LANCE /* ISA/VLB (use pcnet32 for PCI cards) */ | 108 | #ifdef CONFIG_LANCE /* ISA/VLB (use pcnet32 for PCI cards) */ |