From: Tony Lindgren Date: Tue, 6 Mar 2012 00:11:04 +0000 (-0800) Subject: ARM: OMAP1: Fix section mismatch for omap1_init_early() X-Git-Tag: v3.4-rc1~93^2~5^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8eaa7bb0b363707db6d1323e4fbc0783bc55d22d;p=pandora-kernel.git ARM: OMAP1: Fix section mismatch for omap1_init_early() Fix the following warning: WARNING: vmlinux.o(.text+0x1286c): Section mismatch in reference from the function omap1_init_early() to the function .init.text:omap1_clk_init() The function omap1_init_early() references the function __init omap1_clk_init(). This is often because omap1_init_early lacks a __init annotation or the annotation of omap1_clk_init is wrong. Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed