summaryrefslogtreecommitdiffstats
path: root/arch/frv/mb93090-mb00/pci-frv.h
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2013-10-22 20:55:46 -0600
committerBjorn Helgaas <bhelgaas@google.com>2013-10-29 16:55:58 -0600
commit9ba205c384fc27cc7ff761744b012f1956a7e3e4 (patch)
treec9588faa98781468c1edd4d31252da961f4293e7 /arch/frv/mb93090-mb00/pci-frv.h
parent869a16157d1ac92a61770be0bc1cf83fbe99d724 (diff)
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.h1
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 */