PCI: Rename pci_remove_bus_device to pci_stop_and_remove_bus_device
[deliverable/linux.git] / drivers / pci / hotplug / shpchp_pci.c
index a2ccfcd3c29840ea9bfa6384b79e813cba67e21e..df7e4bfadae35fc5398b5a52f8c1443ef8827b6a 100644 (file)
@@ -124,7 +124,7 @@ int shpchp_unconfigure_device(struct slot *p_slot)
                                break;
                        }
                }
-               pci_remove_bus_device(temp);
+               pci_stop_and_remove_bus_device(temp);
                pci_dev_put(temp);
        }
        return rc;
This page took 0.040247 seconds and 5 git commands to generate.