From 1a1c929ee9619bcc2f5b54c90f82530bd4787cd6 Mon Sep 17 00:00:00 2001 From: Alexander Shiyan Date: Sat, 25 Jan 2014 23:34:27 +0400 Subject: ARM: i.MX: esdctl: Use __iomem specifier for memory pointer Signed-off-by: Alexander Shiyan Signed-off-by: Sascha Hauer --- arch/arm/mach-imx/esdctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/arm/mach-imx/esdctl.c') diff --git a/arch/arm/mach-imx/esdctl.c b/arch/arm/mach-imx/esdctl.c index 3ac4075a48..d11957f805 100644 --- a/arch/arm/mach-imx/esdctl.c +++ b/arch/arm/mach-imx/esdctl.c @@ -195,7 +195,7 @@ static void add_mem(unsigned long base0, unsigned long size0, */ #define ESDCTL1_RESET_DEFAULT 0x81120080 -static inline void imx_esdctl_v2_disable_default(void *esdctlbase) +static inline void imx_esdctl_v2_disable_default(void __iomem *esdctlbase) { u32 ctlval = readl(esdctlbase + IMX_ESDCTL1); -- cgit v1.2.3