From: Marek Szyprowski Date: Wed, 6 Jun 2012 10:05:01 +0000 (+0200) Subject: ARM: mm: fix type of the arm_dma_limit global variable X-Git-Tag: v3.5-rc3~7^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4986e5c7cd91817d0f58dd15073c9080d47980cf;p=pandora-kernel.git ARM: mm: fix type of the arm_dma_limit global variable arm_dma_limit stores physical address of maximal address accessible by DMA, so the phys_addr_t type makes much more sense for it instead of u32. This patch fixes the following build warning: arch/arm/mm/init.c:380: warning: comparison of distinct pointer types lacks a cast Reported-by: Russell King Signed-off-by: Marek Szyprowski --- Reading git-diff-tree failed