projects
/
platform
/
kernel
/
linux-rpi.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>
arch/frv/mb93090-mb00/pci-vdk.c
patch
|
blob
|
history
diff --git
a/arch/frv/mb93090-mb00/pci-vdk.c
b/arch/frv/mb93090-mb00/pci-vdk.c
index
0aa35f0
..
deb6784
100644
(file)
--- a/
arch/frv/mb93090-mb00/pci-vdk.c
+++ b/
arch/frv/mb93090-mb00/pci-vdk.c
@@
-320,7
+320,7
@@
DECLARE_PCI_FIXUP_HEADER(PCI_ANY_ID, PCI_ANY_ID, pci_fixup_ide_bases);
* are examined.
*/
-void
__init
pcibios_fixup_bus(struct pci_bus *bus)
+void pcibios_fixup_bus(struct pci_bus *bus)
{
#if 0
printk("### PCIBIOS_FIXUP_BUS(%d)\n",bus->number);