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)
commit289a24a699ff808a9ebfaaf4c2759cb86932f664
tree9f52a7be0502abe5bb4244472a52736a2173685d
parent3d2a366190778f30a2f10b5edaf32bcb236840fd
x86/PCI: Merge pci_scan_bus_on_node() into pcibios_scan_root()

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>
arch/x86/include/asm/pci.h
arch/x86/pci/common.c
This page took 0.029143 seconds and 5 git commands to generate.