From: Russell King - ARM Linux Date: Wed, 8 Feb 2012 16:38:29 +0000 (+0000) Subject: ARM: omap: fix section mismatch warning in mux.c X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef1a8ed0675886ccb03ad181c8f3a31b5f82c60c;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. Signed-off-by: Russell King --- Reading git-diff-tree failed