commit | ce6ed7e7f7e12af1a08cc32ad33d1b3202fede64 | [log] [tgz] |
---|---|---|
author | Myron Stowe <myron.stowe@redhat.com> | Mon Jul 09 15:36:33 2012 -0600 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Mon Jul 09 20:56:45 2012 -0600 |
tree | b2bc551a12ff811f5c515d7bc2f3b4b91f2382cc | |
parent | 02d4b36bf0022a17f20c3a79b3d94a14dbd6da3a [diff] |
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>