diff options
Diffstat (limited to 'drivers/pci/remove.c')
-rw-r--r-- | drivers/pci/remove.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/remove.c b/drivers/pci/remove.c index caf8e1eae45e..86503c14ce7e 100644 --- a/drivers/pci/remove.c +++ b/drivers/pci/remove.c | |||
@@ -95,6 +95,7 @@ EXPORT_SYMBOL(pci_remove_bus); | |||
95 | */ | 95 | */ |
96 | void pci_remove_bus_device(struct pci_dev *dev) | 96 | void pci_remove_bus_device(struct pci_dev *dev) |
97 | { | 97 | { |
98 | pci_stop_bus_device(dev); | ||
98 | if (dev->subordinate) { | 99 | if (dev->subordinate) { |
99 | struct pci_bus *b = dev->subordinate; | 100 | struct pci_bus *b = dev->subordinate; |
100 | 101 | ||