]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
frv/PCI: Mark pcibios_fixup_bus() as non-init
authorBjorn Helgaas <bhelgaas@google.com>
Fri, 5 Jul 2013 21:17:27 +0000 (15:17 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 25 Jul 2013 18:18:42 +0000 (12:18 -0600)
commit24336a61e699c33154001eb4d65d3a1bb01a1b3a
treebe91f165c2f17376453d1e8ec0f37c11f9e98bb9
parent7cc24e12bd0ee011caa840c1324f613f00d3fc27
frv/PCI: Mark pcibios_fixup_bus() as non-init

pcibios_fixup_bus() is called by pci_scan_child_bus(), which is not marked
__init.  Therefore, pcibios_fixup_bus() cannot be marked __init either.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
arch/frv/mb93090-mb00/pci-vdk.c