commit | 24336a61e699c33154001eb4d65d3a1bb01a1b3a | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Fri Jul 05 15:17:27 2013 -0600 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Thu Jul 25 12:18:42 2013 -0600 |
tree | be91f165c2f17376453d1e8ec0f37c11f9e98bb9 | |
parent | 7cc24e12bd0ee011caa840c1324f613f00d3fc27 [diff] |
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>