From: Bjorn Helgaas Date: Fri, 17 Aug 2012 16:07:00 +0000 (-0600) Subject: PCI: Don't export stop_bus_device and remove_bus_device interfaces X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~79^2~15^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=657c2077a2dab228fcf28a708df1b1bcf4195803;p=pandora-kernel.git PCI: Don't export stop_bus_device and remove_bus_device interfaces The acpiphp hotplug driver was the only user of pci_stop_bus_device() and __pci_remove_bus_device(), and it now uses pci_stop_and_remove_bus_device() instead, so stop exposing these interfaces. This removes these exported symbols: __pci_remove_bus_device pci_stop_bus_device Tested-by: Yijing Wang Signed-off-by: Bjorn Helgaas Acked-by: Yinghai Lu --- Reading git-diff-tree failed