]> git.baikalelectronics.ru Git - kernel.git/commit
PCI: rename pci_host_bridge() to find_pci_root_bridge()
authorYinghai Lu <yinghai@kernel.org>
Tue, 3 Apr 2012 01:31:53 +0000 (18:31 -0700)
committerBjorn Helgaas <bhelgaas@google.com>
Mon, 30 Apr 2012 19:53:08 +0000 (13:53 -0600)
commit9b41e3a050b21f9bf39fe3153b3924c4969707c9
tree8bd4debf12209eb9cdc3f94d4329df12d1835d5e
parentbab3b90639e3f37769baace42ee88a3b85ebc8d6
PCI: rename pci_host_bridge() to find_pci_root_bridge()

pci_host_bridge() looks like a C++ constructor.  Also separate
find_pci_root_bus() out.

Signed-off-by: Yinghai Lu <yinghai@kernel.org>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/host-bridge.c