From: Russell King Date: Thu, 19 Jan 2012 14:35:19 +0000 (+0000) Subject: ARM: fix a section mismatch warning with our use of memblock X-Git-Tag: v3.3-rc2~18^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc2827d08cb31de5ab3a467a3e1572d8437340e6;p=pandora-kernel.git ARM: fix a section mismatch warning with our use of memblock Commit 716a3dc2008 (ARM: Add arm_memblock_steal() to allocate memory away from the kernel) added a function which calls memblock_alloc(). This causes a section conflict: WARNING: vmlinux.o(.text+0xc614): Section mismatch in reference from the function arm_memblock_steal() to the function .init.text:memblock_alloc() The function arm_memblock_steal() references the function __init memblock_alloc(). Signed-off-by: Russell King --- Reading git-diff-tree failed