From: Kyle McMartin Date: Thu, 17 Nov 2005 21:44:57 +0000 (-0500) Subject: [PARISC] Make superio.c initialize before any driver needs it X-Git-Tag: v2.6.15-rc2~16^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a39cf72ceb406e152c4682c0b635a96f1439c5ed;p=pandora-kernel.git [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 --- Reading git-diff-tree failed