[PATCH] ARM: ixp4xx: change type of ioremap function

Krzysztof Halasa khc at pm.waw.pl
Sat May 4 13:44:42 EDT 2013


Laura Abbott <lauraa at codeaurora.org> writes:

> Commit cd024d4245b2bfbd824b911f11a9756d1d6c167d
> (ARM: 7704/1: mm: Use phys_addr_t properly for ioremap functions)
> changed the type of the ioremap functions to actually use phys_addr_t
> instead of unsigned long. Change the type of the arch_ioremap function
> to use phys_addr_t as well.
>
> Signed-off-by: Laura Abbott <lauraa at codeaurora.org>

Acked-by: Krzysztof Halasa <khc at pm.waw.pl>

>
> diff --git a/arch/arm/mach-ixp4xx/common.c b/arch/arm/mach-ixp4xx/common.c
> index 1dbeb7c..659768b 100644
> --- a/arch/arm/mach-ixp4xx/common.c
> +++ b/arch/arm/mach-ixp4xx/common.c
> @@ -558,7 +558,7 @@ void ixp4xx_restart(char mode, const char *cmd)
>   * fallback to the default.
>   */
>  
> -static void __iomem *ixp4xx_ioremap_caller(unsigned long addr, size_t size,
> +static void __iomem *ixp4xx_ioremap_caller(phys_addr_t addr, size_t size,
>  					   unsigned int mtype, void *caller)
>  {
>  	if (!is_pci_memory(addr))

-- 
Krzysztof Halasa



More information about the linux-arm-kernel mailing list