From: Tony Lindgren Date: Thu, 23 Feb 2012 20:24:40 +0000 (-0800) Subject: ARM: OMAP2+: Fix section warning for pcm049 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7b198cacf9db991a66c71f14fdb7680bec4e33a;p=pandora-kernel.git ARM: OMAP2+: Fix section warning for pcm049 WARNING: vmlinux.o(.text+0x2d4e4): Section mismatch in reference from the function pcm049_display_init() to the function .init.tex) The function pcm049_display_init() references the function __init omap_mux_init_signal(). This is often because pcm049_display_init lacks a __init annotation or the annotation of omap_mux_init_signal is wrong. Folding this into the pcm049 patch in testing-board. Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed