PCI: export __pci_remove_bus_device
authorYinghai Lu <yinghai@kernel.org>
Sat, 25 Feb 2012 21:54:21 +0000 (13:54 -0800)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Mon, 27 Feb 2012 20:16:55 +0000 (12:16 -0800)
Don't switch to pci_remove_bus_device yet, keep the __ prefix for now
(the behavior is still the same: remove without stopping first).

This allows other out of tree users or pending patches to get notified
from compiler warning.

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

No differences found