From: Bjorn Helgaas Date: Fri, 17 Aug 2012 16:49:04 +0000 (-0600) Subject: pcmcia: Use common pci_stop_and_remove_bus_device() X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~79^2~15^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a140577316268b3263fd169d339188ad1636af3;p=pandora-kernel.git pcmcia: Use common pci_stop_and_remove_bus_device() Use pci_stop_and_remove_bus_device() like most other hotplug drivers rather than the special-purpose "behind_bridge" variant. This just means we have to iterate through all the devices downstream of the bridge ourselves, which is the same thing pci_stop_behind_bridge() did. Signed-off-by: Bjorn Helgaas Acked-by: Yinghai Lu --- Reading git-diff-tree failed