x86/PCI: move final fixups from __init to __devinit
authorMyron Stowe <myron.stowe@redhat.com>
Mon, 9 Jul 2012 21:36:33 +0000 (15:36 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 10 Jul 2012 02:56:45 +0000 (20:56 -0600)
commitce6ed7e7f7e12af1a08cc32ad33d1b3202fede64
treeb2bc551a12ff811f5c515d7bc2f3b4b91f2382cc
parent02d4b36bf0022a17f20c3a79b3d94a14dbd6da3a
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 <myron.stowe@redhat.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
arch/x86/kernel/quirks.c