]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit203f5982da183ee15059505a941a2445d8d7f3cb
treecf76a662ff99250ac93484ed96d837bfb5251d98
parentac93106075e15e61788bc975e406834e940580d9
[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