xtensa: fix section mismatch in pcibios_fixup_bus
authorMax Filippov <jcmvbkbc@gmail.com>
Mon, 27 May 2013 15:45:58 +0000 (19:45 +0400)
committerChris Zankel <chris@zankel.net>
Wed, 5 Jun 2013 17:14:22 +0000 (10:14 -0700)
commitfd95ee7380ae973c6f11b897af6ef9d253a1df9e
treeafe5b0dc9d63835053b5a003b5ceaf07cf144706
parentdc2bffa77a2866a451126cf3146abb9787edce78
xtensa: fix section mismatch in pcibios_fixup_bus

Remove __init annotation from pcibios_fixup_bus as is called from
pci_scan_child_bus which is not __init.

Also fix a couple of minor build warnings.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Chris Zankel <chris@zankel.net>
arch/xtensa/kernel/pci.c
This page took 0.024417 seconds and 5 git commands to generate.