mirror of
https://github.com/torvalds/linux.git
synced 2026-02-04 15:28:49 +08: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>