[POWERPC] Quiet section mismatch warning on pcibios_setup
authorStephen Rothwell <sfr@canb.auug.org.au>
Sat, 21 Jul 2007 14:37:38 +0000 (00:37 +1000)
committerPaul Mackerras <paulus@samba.org>
Sun, 22 Jul 2007 11:30:59 +0000 (21:30 +1000)
commita2b7390af4f6a9aec079dfc15874528c3adaeccb
tree5790467b337f17c2462b47809a52183cbd365fa4
parent1ad528ebfd1a32e33a7ade23a7e4eeb250ef64a7
[POWERPC] Quiet section mismatch warning on pcibios_setup

WARNING: vmlinux.o(.text+0x1cefcc): Section mismatch: reference to .init.text:.pcibios_setup (between '.pci_setup' and '.pci_init')

pci_setup() is marked __devinit and calls pcibios_setup.

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/pci-common.c