aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/clkt_dpll.c
diff options
context:
space:
mode:
authorAlistair Popple <alistair@popple.id.au>2014-04-08 14:20:19 +1000
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2014-04-28 16:32:53 +1000
commite4565362c7adc31201135c4b6d649fc1bdc3bf20 (patch)
tree795976cd19fd30a2e3f51a895e80e2f3c0a8d93b /arch/arm/mach-omap2/clkt_dpll.c
parentppc/kvm: Clear the runlatch bit of a vcpu before napping (diff)
downloadlinux-dev-e4565362c7adc31201135c4b6d649fc1bdc3bf20.tar.xz
linux-dev-e4565362c7adc31201135c4b6d649fc1bdc3bf20.zip
powerpc/4xx: Fix section mismatch in ppc4xx_pci.c
This patch fixes this section mismatch: WARNING: vmlinux.o(.text+0x1efc4): Section mismatch in reference from the function apm821xx_pciex_init_port_hw() to the function .init.text:ppc4xx_pciex_wait_on_sdr.isra.9() The function apm821xx_pciex_init_port_hw() references the function __init ppc4xx_pciex_wait_on_sdr.isra.9(). This is often because apm821xx_pciex_init_port_hw lacks a __init annotation or the annotation of ppc4xx_pciex_wait_on_sdr.isra.9 is wrong. apm821xx_pciex_init_port_hw is only referenced by a struct in __initdata, so it should be safe to add __init to apm821xx_pciex_init_port_hw. Signed-off-by: Alistair Popple <alistair@popple.id.au> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/arm/mach-omap2/clkt_dpll.c')
0 files changed, 0 insertions, 0 deletions