commit | 125e14bb35e65b1ddfb7252fa8f6e3c50dbb6db2 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Fri Aug 17 11:07:49 2012 -0600 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Wed Aug 22 11:31:32 2012 -0600 |
tree | 98e1e0489b613fc0b2a1bb4871609ed189c5c4b1 | |
parent | 657c2077a2dab228fcf28a708df1b1bcf4195803 [diff] |
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>