From: Russell King Date: Tue, 7 Feb 2012 10:18:34 +0000 (+0000) Subject: ARM: omap: fix section mismatch warning in mux.c X-Git-Tag: v3.3-rc4~28^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27d8d3bf06c574b8bc88d1cf50ed3e3b2c40935b;p=pandora-kernel.git 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 Signed-off-by: Russell King --- Reading git-diff-tree failed