mirror of
https://github.com/armbian/linux.git
synced 2026-01-06 10:13:00 -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>