Commit 24336a61e699c33154001eb4d65d3a1bb01a1b3a

Authored by Bjorn Helgaas
1 parent 7cc24e12bd

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

arch/frv/mb93090-mb00/pci-vdk.c
... ... @@ -320,7 +320,7 @@
320 320 * are examined.
321 321 */
322 322  
323   -void __init pcibios_fixup_bus(struct pci_bus *bus)
  323 +void pcibios_fixup_bus(struct pci_bus *bus)
324 324 {
325 325 #if 0
326 326 printk("### PCIBIOS_FIXUP_BUS(%d)\n",bus->number);