From: Russell King Date: Wed, 18 Jan 2012 19:40:13 +0000 (+0000) Subject: ARM: vexpress: fix two section mismatch warnings X-Git-Tag: v3.3-rc2~18^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94ae0275d7d6cae84b3af11f9e3d88f529528ac7;p=pandora-kernel.git ARM: vexpress: fix two section mismatch warnings WARNING: vmlinux.o(.text+0x1bc9c): Section mismatch in reference from the function ct_ca9x4_init_cpu_map() to the function .init.text:scu_get_core_count() The function ct_ca9x4_init_cpu_map() references the function __init scu_get_core_count(). WARNING: vmlinux.o(.text+0x1bce8): Section mismatch in reference from the function ct_ca9x4_init_cpu_map() to the function .init.text:set_smp_cross_call() The function ct_ca9x4_init_cpu_map() references the function __init set_smp_cross_call(). Signed-off-by: Russell King --- Reading git-diff-tree failed