diff options
author | Sebastian Andrzej Siewior <[email protected]> | 2012-07-19 07:13:54 +0200 |
---|---|---|
committer | Ralf Baechle <[email protected]> | 2012-07-19 11:27:23 +0200 |
commit | 85a053fa5f2d67ae5b2968305b16e8d2fe4cdf4d (patch) | |
tree | cb7102b0b6270856a4b0ca57eccc30441a981086 /scripts/patch-kernel | |
parent | 3592c3cd061fc717b90126de31912110fe0cae3c (diff) |
MIPS: PCI: Move fixups from __init to __devinit.
Fixups are executed once the pci-device is found which is during boot
process so __init seems fine as long as the platform does not support
hotplug.
However it is possible to remove the PCI bus at run time and have it
rediscovered again via "echo 1 > /sys/bus/pci/rescan" and this will call
the fixups again.
[[email protected]: Made piixirqmap[] in malta_piix_func0_fixup()
__initdata.]
Signed-off-by: Sebastian Andrzej Siewior <[email protected]>
Cc: [email protected]
Signed-off-by: Ralf Baechle <[email protected]>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions