Merge branch 'pci/resource' into next
* pci/resource: microblaze/PCI: Remove pcibios_setup_bus_{self/devices} dead code ARC: Remove empty kernel/pcibios.c PCI: Add a generic weak pcibios_align_resource() PCI: Add a generic weak pcibios_fixup_bus()
This commit is contained in:
@@ -2344,6 +2344,15 @@ void pcie_bus_configure_settings(struct pci_bus *bus)
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(pcie_bus_configure_settings);
|
||||
|
||||
/*
|
||||
* Called after each bus is probed, but before its children are examined. This
|
||||
* is marked as __weak because multiple architectures define it.
|
||||
*/
|
||||
void __weak pcibios_fixup_bus(struct pci_bus *bus)
|
||||
{
|
||||
/* nothing to do, expected to be removed in the future */
|
||||
}
|
||||
|
||||
unsigned int pci_scan_child_bus(struct pci_bus *bus)
|
||||
{
|
||||
unsigned int devfn, pass, max = bus->busn_res.start;
|
||||
|
Reference in New Issue
Block a user