]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/powerpc/include/asm/pci-bridge.h
powerpc/pci: Add release_device() hook to phb ops
[karo-tx-linux.git] / arch / powerpc / include / asm / pci-bridge.h
index 6d17bb8498bf3a101c800ddb20cd3c73c55bd2ed..4cf0caaa33c74bd8cdcf20ab0595118064df7515 100644 (file)
@@ -27,6 +27,8 @@ struct pci_controller_ops {
         * allow assignment/enabling of the device. */
        bool            (*enable_device_hook)(struct pci_dev *);
 
+       void            (*release_device)(struct pci_dev *);
+
        /* Called during PCI resource reassignment */
        resource_size_t (*window_alignment)(struct pci_bus *, unsigned long type);
        void            (*reset_secondary_bus)(struct pci_dev *dev);