]> asedeno.scripts.mit.edu Git - linux.git/commit
PCI: move final fixups from __init to __devinit
authorMyron Stowe <myron.stowe@redhat.com>
Mon, 9 Jul 2012 21:36:39 +0000 (15:36 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 10 Jul 2012 02:56:45 +0000 (20:56 -0600)
commit3274c8eb26896fc4cae3b199de71e985e20771a9
tree74dd4efc66dd414854567d46cd24f52cd7b9c833
parentce6ed7e7f7e12af1a08cc32ad33d1b3202fede64
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>
drivers/pci/quirks.c