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