]> Pileus Git - ~andy/linux/commit
MIPS/PCI: move final fixups from __init to __devinit
authorMyron Stowe <myron.stowe@redhat.com>
Mon, 9 Jul 2012 21:36:27 +0000 (15:36 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 10 Jul 2012 02:56:45 +0000 (20:56 -0600)
commit02d4b36bf0022a17f20c3a79b3d94a14dbd6da3a
tree50fc996abeb5b106f3456213058d6c98444a21b9
parent25e742b27018abce3bad42e6b6732f91d71cc655
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>
arch/mips/mti-malta/malta-pci.c
arch/mips/pci/ops-tx4927.c
arch/mips/txx9/generic/pci.c