From: Sebastian Andrzej Siewior Date: Sun, 3 Jun 2012 18:48:19 +0000 (+0200) Subject: PCI: move fixup hooks from __init to __devinit X-Git-Tag: v3.6-rc1~112^2~16^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b99ea85a3acff53151322a1c882f217375b1300e;p=pandora-kernel.git PCI: move fixup hooks from __init to __devinit The 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. Signed-off-by: Sebastian Andrzej Siewior Signed-off-by: Bjorn Helgaas --- Reading git-diff-tree failed