From: Tony Lindgren Date: Thu, 8 Mar 2012 02:54:24 +0000 (-0800) Subject: ARM: OMAP2+: Fix section warnings for hsmmc_init_one X-Git-Tag: v3.4-rc1~93^2~3^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6028505c29dc89a3140df64a53d0d12038a87fed;p=pandora-kernel.git ARM: OMAP2+: Fix section warnings for hsmmc_init_one Otherwise we can get the following error depending on the compiler: WARNING: arch/arm/mach-omap2/built-in.o(.text+0xafe0): Section mismatch in reference from the function omap_hsmmc_init_one() to the function .init.text:omap_hsmmc_pdata_init() The function omap_hsmmc_init_one() references the function __init omap_hsmmc_pdata_init(). This is often because omap_hsmmc_init_one lacks a __init annotation or the annotation of omap_hsmmc_pdata_init is wrong. Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed