PCI: Rename pci_release_bus_bridge_dev() to pci_release_host_bridge_dev()
authorJiang Liu <liuj97@gmail.com>
Fri, 7 Jun 2013 22:16:51 +0000 (16:16 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 7 Jun 2013 22:16:51 +0000 (16:16 -0600)
commit70efde2a2920c12f2b14eb640944ca7e61b2c02d
tree307367438fdbadae94b6d933602d938541ad8f31
parent343df771e671d821478dd3ef525a0610b808dbf8
PCI: Rename pci_release_bus_bridge_dev() to pci_release_host_bridge_dev()

This renames pci_release_bus_bridge_dev() to pci_release_host_bridge_dev()
and moves it next to pci_alloc_host_bridge().  No functional change.

[bhelgaas: split rename & move out of create/destroy symmetry patch]
Signed-off-by: Jiang Liu <jiang.liu@huawei.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/probe.c