Loading arch/sh/mm/ioremap.c +3 −2 Original line number Diff line number Diff line Loading @@ -33,7 +33,8 @@ * have to convert them into an offset in a page-aligned mapping, but the * caller shouldn't need to know that small detail. */ void __iomem *__ioremap_caller(unsigned long phys_addr, unsigned long size, void __iomem * __init_refok __ioremap_caller(unsigned long phys_addr, unsigned long size, unsigned long flags, void *caller) { struct vm_struct *area; Loading Loading
arch/sh/mm/ioremap.c +3 −2 Original line number Diff line number Diff line Loading @@ -33,7 +33,8 @@ * have to convert them into an offset in a page-aligned mapping, but the * caller shouldn't need to know that small detail. */ void __iomem *__ioremap_caller(unsigned long phys_addr, unsigned long size, void __iomem * __init_refok __ioremap_caller(unsigned long phys_addr, unsigned long size, unsigned long flags, void *caller) { struct vm_struct *area; Loading