[PARISC] Make superio.c initialize before any driver needs it
authorKyle McMartin <kyle@parisc-linux.org>
Thu, 17 Nov 2005 21:44:57 +0000 (16:44 -0500)
committerKyle McMartin <kyle@parisc-linux.org>
Thu, 17 Nov 2005 21:44:57 +0000 (16:44 -0500)
commita39cf72ceb406e152c4682c0b635a96f1439c5ed
treecf76a662ff99250ac93484ed96d837bfb5251d98
parent29a622dd2b577d98731d325954f328b810826cfa
[PARISC] Make superio.c initialize before any driver needs it

Convert superio_init to use PCI_FIXUP_FINAL as ohci_pci being called
before superio_probe really makes a mess. superio_init will then fail
to register irq 20 (the "SuperIO" irq) and BUG() because ohci_pci has
stolen it before superio_fixup_irq can be moved USB to irq 1.

Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
drivers/parisc/superio.c