Russell King 27d8d3bf06 ARM: omap: fix section mismatch warning in mux.c
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.

Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2012-02-13 10:00:36 +00:00
..
2012-01-09 14:38:51 -08:00
2012-01-09 14:37:41 -08:00
2012-01-09 14:39:22 -08:00
2012-01-28 13:21:54 -08:00
2012-01-09 14:38:51 -08:00
2012-01-17 18:55:56 -08:00
2011-12-23 22:58:10 +00:00