From: Stephen Boyd Date: Sat, 19 Feb 2011 03:14:09 +0000 (-0800) Subject: msm: headsmp.S: Fix section mismatch X-Git-Tag: v2.6.39-rc1~433^2~16 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0693a317b609a5d31d29e26c4f28ea079d5477f4;p=pandora-kernel.git msm: headsmp.S: Fix section mismatch WARNING: vmlinux.o(.cpuinit.text+0xc80): Section mismatch in reference from the function boot_secondary() to the variable .init.text:msm_secondary_startup The function __cpuinit boot_secondary() references a variable __init msm_secondary_startup. If msm_secondary_startup is only used by boot_secondary then annotate msm_secondary_startup with a matching annotation. Signed-off-by: Stephen Boyd Signed-off-by: David Brown --- Reading git-diff-tree failed