]> git.karo-electronics.de Git - linux-beck.git/blobdiff - drivers/pci/remove.c
Merge tag 'drm-vc4-next-2016-08-29' of https://github.com/anholt/linux into drm-next
[linux-beck.git] / drivers / pci / remove.c
index 8982026637d5598a27c9a36d3b265c6b74cb4a0d..d1ef7acf69307f1377782544bde6011af4e54df2 100644 (file)
@@ -96,6 +96,8 @@ static void pci_remove_bus_device(struct pci_dev *dev)
                dev->subordinate = NULL;
        }
 
+       pci_bridge_d3_device_removed(dev);
+
        pci_destroy_dev(dev);
 }