git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ba205c
)
mn10300/PCI: Remove useless pcibios_last_bus
author
Bjorn Helgaas
<bhelgaas@google.com>
Wed, 23 Oct 2013 03:06:20 +0000
(21:06 -0600)
committer
Bjorn Helgaas
<bhelgaas@google.com>
Tue, 29 Oct 2013 22:55:59 +0000
(16:55 -0600)
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>
No differences found