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)
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>

No differences found