Commit edf68308 authored by James Bottomley's avatar James Bottomley Committed by Jeff Garzik

3c509 fixes: correct MCA probing, add back ISA probe to Space.c

parent 0145e5c9
This diff is collapsed.
......@@ -224,6 +224,9 @@ static struct devprobe isa_probes[] __initdata = {
#ifdef CONFIG_EL2 /* 3c503 */
{el2_probe, 0},
#endif
#ifdef CONFIG_EL3
{el3_probe, 0},
#endif
#ifdef CONFIG_HPLAN
{hp_probe, 0},
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment