summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
diff options
context:
space:
mode:
authorBjorn Helgaas2013-01-03 23:28:34 +0100
committerBjorn Helgaas2013-01-03 23:28:34 +0100
commitb7869ba17cfb5553a33e11f18c7c45d988e4c455 (patch)
tree5334008067542c8b129afddb50649806b4e75f82 /arch/x86/include
parentLinux 3.8-rc2 (diff)
downloadkernel-qcow2-linux-b7869ba17cfb5553a33e11f18c7c45d988e4c455.tar.gz
kernel-qcow2-linux-b7869ba17cfb5553a33e11f18c7c45d988e4c455.tar.xz
kernel-qcow2-linux-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/include')
-rw-r--r--arch/x86/include/asm/pci_x86.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/pci_x86.h b/arch/x86/include/asm/pci_x86.h
index 73e8eeff22ee..0126f104f0a5 100644
--- a/arch/x86/include/asm/pci_x86.h
+++ b/arch/x86/include/asm/pci_x86.h
@@ -54,7 +54,6 @@ void pcibios_set_cache_line_size(void);
/* pci-pc.c */
extern int pcibios_last_bus;
-extern struct pci_bus *pci_root_bus;
extern struct pci_ops pci_root_ops;
void pcibios_scan_specific_bus(int busn);