From: Sebastian Andrzej Siewior Date: Thu, 19 Jul 2012 05:13:54 +0000 (+0200) Subject: MIPS: PCI: Move fixups from __init to __devinit. X-Git-Tag: v3.5~3^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85a053fa5f2d67ae5b2968305b16e8d2fe4cdf4d;p=pandora-kernel.git 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. [ralf@linux-mips.org: Made piixirqmap[] in malta_piix_func0_fixup() __initdata.] Signed-off-by: Sebastian Andrzej Siewior Cc: linux-mips@linux-mips.org Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed