summaryrefslogtreecommitdiffstats
path: root/include/linux/pci.h
diff options
context:
space:
mode:
authorSebastian Ott <sebott@linux.vnet.ibm.com>2013-06-04 19:18:14 +0200
committerBjorn Helgaas <bhelgaas@google.com>2013-06-04 17:24:31 -0600
commit6ae32c539c0412ca789fb6041be45eeabf78431c (patch)
treeb36080d53311d18da30cd2ab502cb7c27200eedc /include/linux/pci.h
parent9a994e8ec7e7d6b1a66c74a683596b0f38f4e345 (diff)
downloadop-kernel-dev-6ae32c539c0412ca789fb6041be45eeabf78431c.zip
op-kernel-dev-6ae32c539c0412ca789fb6041be45eeabf78431c.tar.gz
PCI: Add pcibios_release_device()
Platforms may want to provide architecture-specific functionality when a PCI device is released. Add a pcibios_release_device() call that architectures can override to do so. Signed-off-by: Sebastian Ott <sebott@linux.vnet.ibm.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'include/linux/pci.h')
-rw-r--r--include/linux/pci.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h
index 3a24e4f..8f170e9 100644
--- a/include/linux/pci.h
+++ b/include/linux/pci.h
@@ -1643,6 +1643,7 @@ void pcibios_set_master(struct pci_dev *dev);
int pcibios_set_pcie_reset_state(struct pci_dev *dev,
enum pcie_reset_state state);
int pcibios_add_device(struct pci_dev *dev);
+void pcibios_release_device(struct pci_dev *dev);
#ifdef CONFIG_PCI_MMCONFIG
void __init pci_mmcfg_early_init(void);
OpenPOWER on IntegriCloud