PCI: Add pcibios_release_device()
authorSebastian Ott <sebott@linux.vnet.ibm.com>
Tue, 4 Jun 2013 17:18:14 +0000 (19:18 +0200)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 4 Jun 2013 23:24:31 +0000 (17:24 -0600)
commit6ae32c539c0412ca789fb6041be45eeabf78431c
treeb36080d53311d18da30cd2ab502cb7c27200eedc
parent9a994e8ec7e7d6b1a66c74a683596b0f38f4e345
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>
drivers/pci/pci.c
drivers/pci/probe.c
include/linux/pci.h