summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/pci_x86.h
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/include/asm/pci_x86.h
parentd1c3ed669a2d452cacfb48c2d171a1f364dae2ed (diff)
downloadlinux-0-day-b7869ba17cfb5553a33e11f18c7c45d988e4c455.tar.gz
linux-0-day-b7869ba17cfb5553a33e11f18c7c45d988e4c455.tar.xz
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/asm/pci_x86.h')
-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 73e8eeff22ee0..0126f104f0a56 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);