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)
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>

No differences found