frv/PCI: Remove pcibios_last_bus
authorBjorn Helgaas <bhelgaas@google.com>
Wed, 23 Oct 2013 02:55:46 +0000 (20:55 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 29 Oct 2013 22:55:58 +0000 (16:55 -0600)
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>

No differences found