From: Myron Stowe Date: Mon, 9 Jul 2012 21:36:39 +0000 (-0600) Subject: PCI: move final fixups from __init to __devinit X-Git-Tag: v3.6-rc1~112^2~8^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3274c8eb26896fc4cae3b199de71e985e20771a9;p=pandora-kernel.git 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