mn10300/PCI: Remove useless pcibios_last_bus
authorBjorn Helgaas <bhelgaas@google.com>
Wed, 23 Oct 2013 03:06:20 +0000 (21:06 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 29 Oct 2013 22:55:59 +0000 (16:55 -0600)
commit004bd069f876816f5f9023e8b1498753bca103fa
treef4a08dc3447ef2c7c50db48d2aa60acc7c110450
parent9ba205c384fc27cc7ff761744b012f1956a7e3e4
mn10300/PCI: Remove useless pcibios_last_bus

pcibios_last_bus was apparently copied from x86.  On mn10300, it is
statically initialized to -1 and may be set with the "pci=lastbus=<X>"
boot option, but it is never tested.  This patch removes everything
related to pcibios_last_bus.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
arch/mn10300/unit-asb2305/pci-asb2305.h
arch/mn10300/unit-asb2305/pci.c