diff options
Diffstat (limited to 'drivers/net/Space.c')
-rw-r--r-- | drivers/net/Space.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/Space.c b/drivers/net/Space.c index 9953201c670d..a67f5efc983f 100644 --- a/drivers/net/Space.c +++ b/drivers/net/Space.c | |||
@@ -165,7 +165,7 @@ static struct devprobe2 mca_probes[] __initdata = { | |||
165 | * look for EISA/PCI/MCA cards in addition to ISA cards). | 165 | * look for EISA/PCI/MCA cards in addition to ISA cards). |
166 | */ | 166 | */ |
167 | static struct devprobe2 isa_probes[] __initdata = { | 167 | static struct devprobe2 isa_probes[] __initdata = { |
168 | #ifdef CONFIG_HP100 /* ISA, EISA & PCI */ | 168 | #if defined(CONFIG_HP100) && defined(CONFIG_ISA) /* ISA, EISA */ |
169 | {hp100_probe, 0}, | 169 | {hp100_probe, 0}, |
170 | #endif | 170 | #endif |
171 | #ifdef CONFIG_3C515 | 171 | #ifdef CONFIG_3C515 |