[PATCH 08/16] ARM: omap: fix section mismatch warning in mux.c
Tony Lindgren
tony at atomide.com
Wed Feb 8 13:47:39 EST 2012
* Russell King - ARM Linux <linux at arm.linux.org.uk> [120208 08:07]:
> WARNING: arch/arm/mach-omap2/built-in.o(.text+0x15a4): Section mismatch in reference from the function omap_mux_init_signals() to the function .init.text:omap_mux_init_signal()
> The function omap_mux_init_signals() references
> the function __init omap_mux_init_signal().
> This is often because omap_mux_init_signals lacks a __init
> annotation or the annotation of omap_mux_init_signal is wrong.
>
> Signed-off-by: Russell King <rmk+kernel at arm.linux.org.uk>
I'll separate out the muxing part for v3.4. For the -rc series:
Acked-by: Tony Lindgren <tony at atomide.com>
More information about the linux-arm-kernel
mailing list