From: Venkatraman Sathiyamoorthy Date: Fri, 3 Aug 2012 06:58:33 +0000 (+0100) Subject: ARM: 7482/1: topology: fix section mismatch warning for init_cpu_topology X-Git-Tag: v3.6-rc3~32^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7e416eb923d0f9ff1e5e9b5c0e8b75ddd7db865;p=pandora-kernel.git ARM: 7482/1: topology: fix section mismatch warning for init_cpu_topology Get rid of this warning.. arch/arm/kernel/built-in.o(.text+0xac78): Section mismatch in reference from the function init_cpu_topology() to the function .init.text:parse_dt_topology() The function init_cpu_topology() references the function __init parse_dt_topology(). This is often because init_cpu_topology lacks a __init annotation or the annotation of parse_dt_topology is wrong. Signed-off-by: Venkatraman S Signed-off-by: Russell King --- Reading git-diff-tree failed