Skip to content
Commit 09b2ad13 authored by Russell King's avatar Russell King
Browse files

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 4986e5c7

 (ARM: mm: fix type of the arm_dma_limit
global variable).

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent b89d607b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment