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/include/asm/pci_x86.h | |
parent | d1c3ed669a2d452cacfb48c2d171a1f364dae2ed (diff) | |
download | blackbird-obmc-linux-b7869ba17cfb5553a33e11f18c7c45d988e4c455.tar.gz blackbird-obmc-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/asm/pci_x86.h')
-rw-r--r-- | arch/x86/include/asm/pci_x86.h | 1 |
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); |