mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
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>