From: Bjorn Helgaas Date: Fri, 17 Aug 2012 17:25:01 +0000 (-0600) Subject: PCI: Fold stop and remove helpers into their callers X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~79^2~15^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ed168eeb3edec029aa0eca5cb981d6376f931f9;p=pandora-kernel.git PCI: Fold stop and remove helpers into their callers pci_stop_bus_devices() is only two lines of code and is only called by pci_stop_bus_device(), so I think it's easier to read if we just fold it into the caller. Similarly for __pci_remove_behind_bridge(). Tested-by: Yijing Wang Signed-off-by: Bjorn Helgaas Acked-by: Yinghai Lu --- Reading git-diff-tree failed