]> asedeno.scripts.mit.edu Git - linux.git/commit
PCI: Remove pci_stop_and_remove_behind_bridge()
authorBjorn Helgaas <bhelgaas@google.com>
Fri, 17 Aug 2012 17:07:49 +0000 (11:07 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 22 Aug 2012 17:31:32 +0000 (11:31 -0600)
commit125e14bb35e65b1ddfb7252fa8f6e3c50dbb6db2
tree98e1e0489b613fc0b2a1bb4871609ed189c5c4b1
parent657c2077a2dab228fcf28a708df1b1bcf4195803
PCI: Remove pci_stop_and_remove_behind_bridge()

The PCMCIA CardBus driver was the only user of
pci_stop_and_remove_behind_bridge(), and it now uses
pci_stop_and_remove_bus_device() instead, so remove this interface.

This removes exported symbol pci_stop_and_remove_behind_bridge.

Tested-by: Yijing Wang <wangyijing@huawei.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Yinghai Lu <yinghai@kernel.org>
drivers/pci/remove.c
include/linux/pci.h