[PATCH -v2 5/8] MIPS/PCI: Move final fixup quirks from __init to __devinit

2012-07-09 Thread Myron Stowe
The PCI subsystem's final fixups are executed once during boot, after the pci-device is found. As long as the system does not support hot-plug, specifying __init is fine. With hot-plug, either physically based hot-plug events or pseudo hot-plug events such as "echo 1 > /sys/bus/pci/rescan", it

[PATCH -v2 5/8] MIPS/PCI: Move final fixup quirks from __init to __devinit

2012-07-09 Thread Myron Stowe
The PCI subsystem's final fixups are executed once during boot, after the pci-device is found. As long as the system does not support hot-plug, specifying __init is fine. With hot-plug, either physically based hot-plug events or pseudo hot-plug events such as echo 1 /sys/bus/pci/rescan, it is