x86/PCI: Use pcibios_scan_root() instead of pci_scan_bus_on_node()
authorBjorn Helgaas <bhelgaas@google.com>
Fri, 24 Jan 2014 18:50:48 +0000 (11:50 -0700)
committerBjorn Helgaas <bhelgaas@google.com>
Mon, 3 Feb 2014 17:38:18 +0000 (10:38 -0700)
pcibios_scan_root() looks up the bus's NUMA node, then calls
pci_scan_bus_on_node().  This uses pcibios_scan_root() directly and drops
the node lookup in the callers.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
arch/x86/pci/irq.c
arch/x86/pci/legacy.c

Simple merge
Simple merge