|
@@ -388,7 +388,6 @@ int dlpar_remove_pci_slot(char *drc_name, struct device_node *dn)
|
|
/* Remove the EADS bridge device itself */
|
|
/* Remove the EADS bridge device itself */
|
|
BUG_ON(!bus->self);
|
|
BUG_ON(!bus->self);
|
|
pr_debug("PCI: Now removing bridge device %s\n", pci_name(bus->self));
|
|
pr_debug("PCI: Now removing bridge device %s\n", pci_name(bus->self));
|
|
- eeh_remove_bus_device(bus->self, true);
|
|
|
|
pci_stop_and_remove_bus_device(bus->self);
|
|
pci_stop_and_remove_bus_device(bus->self);
|
|
|
|
|
|
return 0;
|
|
return 0;
|