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