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

authored by Stephen Rothwell and committed by Paul Mackerras a2b7390a 1ad528eb

+1 -1
+1 -1
arch/powerpc/kernel/pci-common.c
··· 166 166 167 167 } 168 168 169 - char __init *pcibios_setup(char *str) 169 + char __devinit *pcibios_setup(char *str) 170 170 { 171 171 return str; 172 172 }