x86/PCI: Merge pci_scan_bus_on_node() into pcibios_scan_root()
authorBjorn Helgaas <bhelgaas@google.com>
Fri, 24 Jan 2014 18:52:25 +0000 (11:52 -0700)
committerBjorn Helgaas <bhelgaas@google.com>
Mon, 3 Feb 2014 17:38:23 +0000 (10:38 -0700)
pci_scan_bus_on_node() is only called by pcibios_scan_root().
This merges pci_scan_bus_on_node() into pcibios_scan_root() and removes
pci_scan_bus_on_node().

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

No differences found