]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: vexpress: fix two section mismatch warnings
authorRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 18 Jan 2012 19:40:13 +0000 (19:40 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 19 Jan 2012 17:26:29 +0000 (17:26 +0000)
commit6ce345dd8203e1b7d6aa5f27d45ed614ec6e7e4f
treee2dfa88af42686f303da93dc2fce4ad7e143ab84
parentd65a77a0e0ca698d33e1eb69dc6ec8a49de4f71a
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 <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-vexpress/ct-ca9x4.c