diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2013-01-03 15:28:34 -0700 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2013-01-03 15:28:34 -0700 |
commit | b7869ba17cfb5553a33e11f18c7c45d988e4c455 (patch) | |
tree | 5334008067542c8b129afddb50649806b4e75f82 /arch/x86/pci/numaq_32.c | |
parent | d1c3ed669a2d452cacfb48c2d171a1f364dae2ed (diff) | |
download | op-kernel-dev-b7869ba17cfb5553a33e11f18c7c45d988e4c455.zip op-kernel-dev-b7869ba17cfb5553a33e11f18c7c45d988e4c455.tar.gz |
x86/PCI: Remove unused pci_root_bus
pci_root_bus is unused, so remove all references to it.
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'arch/x86/pci/numaq_32.c')
-rw-r--r-- | arch/x86/pci/numaq_32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/pci/numaq_32.c b/arch/x86/pci/numaq_32.c index 83e125b..00edfe6 100644 --- a/arch/x86/pci/numaq_32.c +++ b/arch/x86/pci/numaq_32.c @@ -152,7 +152,7 @@ int __init pci_numaq_init(void) raw_pci_ops = &pci_direct_conf1_mq; - pci_root_bus = pcibios_scan_root(0); + pcibios_scan_root(0); if (num_online_nodes() > 1) for_each_online_node(quad) { if (quad == 0) |