Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 24336a61 authored by Bjorn Helgaas's avatar Bjorn Helgaas
Browse files

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: default avatarBjorn Helgaas <bhelgaas@google.com>
parent 7cc24e12
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -320,7 +320,7 @@ DECLARE_PCI_FIXUP_HEADER(PCI_ANY_ID, PCI_ANY_ID, pci_fixup_ide_bases);
 *  are examined.
 */

void __init pcibios_fixup_bus(struct pci_bus *bus)
void pcibios_fixup_bus(struct pci_bus *bus)
{
#if 0
	printk("### PCIBIOS_FIXUP_BUS(%d)\n",bus->number);