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:
7cc24e1
)
frv/PCI: Mark pcibios_fixup_bus() as non-init
author
Bjorn Helgaas
<bhelgaas@google.com>
Fri, 5 Jul 2013 21:17:27 +0000
(15:17 -0600)
committer
Bjorn Helgaas
<bhelgaas@google.com>
Thu, 25 Jul 2013 18:18:42 +0000
(12:18 -0600)
pcibios_fixup_bus() is called by pci_scan_child_bus(), which is not marked
__init. Therefore, pcibios_fixup_bus() cannot be marked __init either.
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
No differences found