]> git.baikalelectronics.ru Git - kernel.git/commit
frv/PCI: Mark pcibios_fixup_bus() as non-init
authorBjorn Helgaas <bhelgaas@google.com>
Fri, 5 Jul 2013 21:17:27 +0000 (15:17 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 25 Jul 2013 18:18:42 +0000 (12:18 -0600)
commitb62edbb1dcad06ce715d6f36de231b6865466bf9
treebe91f165c2f17376453d1e8ec0f37c11f9e98bb9
parent5b01a7e3dbb8bd30b4755970007261927c7e0236
frv/PCI: Mark pcibios_fixup_bus() as non-init

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