ARM: fix warning caused by wrongly typed arm_dma_limit
authorRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 5 Jul 2012 12:11:31 +0000 (13:11 +0100)
committerGrazvydas Ignotas <notasas@gmail.com>
Tue, 26 Feb 2013 17:51:23 +0000 (19:51 +0200)
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 <rmk+kernel@arm.linux.org.uk>

No differences found