diff options
Diffstat (limited to 'arch/arm/mm/init.c')
| -rw-r--r-- | arch/arm/mm/init.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/arch/arm/mm/init.c b/arch/arm/mm/init.c index c21d06c7dd7e..f54d59219764 100644 --- a/arch/arm/mm/init.c +++ b/arch/arm/mm/init.c @@ -212,7 +212,7 @@ EXPORT_SYMBOL(arm_dma_zone_size);   * allocations.  This must be the smallest DMA mask in the system,   * so a successful GFP_DMA allocation will always satisfy this.   */ -u32 arm_dma_limit; +phys_addr_t arm_dma_limit;  static void __init arm_adjust_dma_zone(unsigned long *size, unsigned long *hole,  	unsigned long dma_size) | 
