From: Bjorn Helgaas Date: Wed, 23 Oct 2013 03:06:20 +0000 (-0600) Subject: mn10300/PCI: Remove useless pcibios_last_bus X-Git-Tag: v3.13-rc1~95^2~3^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=004bd069f876816f5f9023e8b1498753bca103fa;p=pandora-kernel.git 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=" boot option, but it is never tested. This patch removes everything related to pcibios_last_bus. Signed-off-by: Bjorn Helgaas --- Reading git-diff-tree failed