From: Myron Stowe Date: Mon, 9 Jul 2012 21:36:33 +0000 (-0600) Subject: x86/PCI: move final fixups from __init to __devinit X-Git-Tag: v3.6-rc1~112^2~8^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce6ed7e7f7e12af1a08cc32ad33d1b3202fede64;p=pandora-kernel.git x86/PCI: move final fixups from __init to __devinit Final fixups are executed during device enumeration. If we support hotplug, this may be after boot, so final fixups cannot be __init. [bhelgaas: changelog] Signed-off-by: Myron Stowe Signed-off-by: Bjorn Helgaas --- Reading git-diff-tree failed