powerpc/pci: Rename pcibios_{add, remove}_pci_devices()
[cascardo/linux.git] / drivers / pci / hotplug / rpadlpar_core.c
index b46b57d..b770d6d 100644 (file)
@@ -380,7 +380,7 @@ int dlpar_remove_pci_slot(char *drc_name, struct device_node *dn)
        }
 
        /* Remove all devices below slot */
-       pcibios_remove_pci_devices(bus);
+       pci_hp_remove_devices(bus);
 
        /* Unmap PCI IO space */
        if (pcibios_unmap_io_space(bus)) {