commit | 004bd069f876816f5f9023e8b1498753bca103fa | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Tue Oct 22 21:06:20 2013 -0600 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Tue Oct 29 16:55:59 2013 -0600 |
tree | f4a08dc3447ef2c7c50db48d2aa60acc7c110450 | |
parent | 9ba205c384fc27cc7ff761744b012f1956a7e3e4 [diff] |
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>