diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2013-10-23 06:55:46 +0400 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2013-10-30 02:55:58 +0400 |
commit | 9ba205c384fc27cc7ff761744b012f1956a7e3e4 (patch) | |
tree | c9588faa98781468c1edd4d31252da961f4293e7 /arch/frv/mb93090-mb00/pci-frv.h | |
parent | 869a16157d1ac92a61770be0bc1cf83fbe99d724 (diff) | |
download | linux-9ba205c384fc27cc7ff761744b012f1956a7e3e4.tar.xz |
frv/PCI: Remove pcibios_last_bus
pcibios_last_bus was apparently copied from x86. On FR-V, it is
statically initialized to -1 and never changed unless the user boots
with "pci=lastbus=<X>". I doubt that option is used on FR-V, so this
patch removes all the code related to pcibios_last_bus.
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'arch/frv/mb93090-mb00/pci-frv.h')
-rw-r--r-- | arch/frv/mb93090-mb00/pci-frv.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/frv/mb93090-mb00/pci-frv.h b/arch/frv/mb93090-mb00/pci-frv.h index 76c4e73d643d..a7e487fe76ed 100644 --- a/arch/frv/mb93090-mb00/pci-frv.h +++ b/arch/frv/mb93090-mb00/pci-frv.h @@ -30,7 +30,6 @@ void pcibios_resource_survey(void); /* pci-vdk.c */ -extern int __nongpreldata pcibios_last_bus; extern struct pci_ops *__nongpreldata pci_root_ops; /* pci-irq.c */ |