PCI: Rename pci_remove_bus_device to pci_stop_and_remove_bus_device
[deliverable/linux.git] / drivers / pci / hotplug / sgi_hotplug.c
index 72d507b6a2aa8d446d06fcbbcfc3aa68799434f5..de573113c102519e9851e70fc20c62fea5517683 100644 (file)
@@ -554,7 +554,7 @@ static int disable_slot(struct hotplug_slot *bss_hotplug_slot)
                                             PCI_FUNC(func)));
                if (dev) {
                        sn_bus_free_data(dev);
-                       pci_remove_bus_device(dev);
+                       pci_stop_and_remove_bus_device(dev);
                        pci_dev_put(dev);
                }
        }
This page took 0.025922 seconds and 5 git commands to generate.