aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/pci/common.c
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2013-01-03 15:28:34 -0700
committerBjorn Helgaas <bhelgaas@google.com>2013-01-03 15:28:34 -0700
commitb7869ba17cfb5553a33e11f18c7c45d988e4c455 (patch)
tree5334008067542c8b129afddb50649806b4e75f82 /arch/x86/pci/common.c
parentLinux 3.8-rc2 (diff)
downloadlinux-dev-b7869ba17cfb5553a33e11f18c7c45d988e4c455.tar.xz
linux-dev-b7869ba17cfb5553a33e11f18c7c45d988e4c455.zip
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/common.c')
-rw-r--r--arch/x86/pci/common.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/pci/common.c b/arch/x86/pci/common.c
index 412e1286d1fc..505731b139f4 100644
--- a/arch/x86/pci/common.c
+++ b/arch/x86/pci/common.c
@@ -34,7 +34,6 @@ int noioapicreroute = 1;
#endif
int pcibios_last_bus = -1;
unsigned long pirq_table_addr;
-struct pci_bus *pci_root_bus;
const struct pci_raw_ops *__read_mostly raw_pci_ops;
const struct pci_raw_ops *__read_mostly raw_pci_ext_ops;