From: Russell King Date: Thu, 5 Jul 2012 12:11:31 +0000 (+0100) Subject: ARM: fix warning caused by wrongly typed arm_dma_limit X-Git-Tag: sz_154~85 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8552209193ce68d17567d2efa5e1c557068bb767;p=pandora-kernel.git ARM: fix warning caused by wrongly typed arm_dma_limit arch/arm/mm/init.c: In function 'arm_memblock_init': arch/arm/mm/init.c:380: warning: comparison of distinct pointer types lacks a cast by fixing the typecast in its definition when DMA_ZONE is disabled. This was missed in 4986e5c7c (ARM: mm: fix type of the arm_dma_limit global variable). Signed-off-by: Russell King --- Reading git-diff-tree failed