diff options
| -rw-r--r-- | arch/arm/mm/mmu.c | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mm/mmu.c b/arch/arm/mm/mmu.c index e0d8565671a6..b7ce65a82371 100644 --- a/arch/arm/mm/mmu.c +++ b/arch/arm/mm/mmu.c @@ -673,7 +673,8 @@ static void __init alloc_init_pmd(pud_t *pud, unsigned long addr,  }  static void __init alloc_init_pud(pgd_t *pgd, unsigned long addr, -	unsigned long end, unsigned long phys, const struct mem_type *type) +				  unsigned long end, phys_addr_t phys, +				  const struct mem_type *type)  {  	pud_t *pud = pud_offset(pgd, addr);  	unsigned long next;  | 
