PCI: Rename pci_remove_bus_device to pci_stop_and_remove_bus_device
authorYinghai Lu <yinghai@kernel.org>
Sat, 25 Feb 2012 21:54:20 +0000 (13:54 -0800)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Mon, 27 Feb 2012 20:12:18 +0000 (12:12 -0800)
The old pci_remove_bus_device actually did stop and remove.

Make the name reflect that to reduce confusion.

This patch is done by sed scripts and changes back some incorrect
__pci_remove_bus_device changes.

Suggested-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Yinghai Lu <yinghai@kernel.org>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>

No differences found