From: Russell King Date: Fri, 27 May 2011 20:56:12 +0000 (-0700) Subject: OMAP: PM debug: fix section mismatch warnings X-Git-Tag: v3.0-rc4~22^2~1^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8fb13d04ad0d08772f637bee873e620fcc064c2;p=pandora-kernel.git OMAP: PM debug: fix section mismatch warnings WARNING: arch/arm/mach-omap2/built-in.o(.text+0x423c): Section mismatch in reference from the function pm_dbg_regset_init() to the function .init.text:pm_dbg_init() The function pm_dbg_regset_init() references the function __init pm_dbg_init(). This is often because pm_dbg_regset_init lacks a __init annotation or the annotation of pm_dbg_init is wrong. Signed-off-by: Russell King Signed-off-by: Kevin Hilman --- Reading git-diff-tree failed