summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ep93xx/include/mach/platform.h
diff options
context:
space:
mode:
authorRyan Mallon2009-07-15 22:51:59 +0200
committerRussell King2009-07-17 14:35:59 +0200
commitfbeeea5386ab213bd55b223f3a75c823fccd6df5 (patch)
tree461a11076094589136b0bd0febb6e71c6763ef41 /arch/arm/mach-ep93xx/include/mach/platform.h
parent[ARM] 5605/1: Fix ep93xx gpio.c headers (diff)
downloadkernel-qcow2-linux-fbeeea5386ab213bd55b223f3a75c823fccd6df5.tar.gz
kernel-qcow2-linux-fbeeea5386ab213bd55b223f3a75c823fccd6df5.tar.xz
kernel-qcow2-linux-fbeeea5386ab213bd55b223f3a75c823fccd6df5.zip
[ARM] 5607/1: ep93xx: Use __iomem pointer on syscon write function
Change the reg argument of the ep93xx_syscon_swlocked_write function to be an __iomem pointer. Fixes a number of build warnings. Signed-off-by: Ryan Mallon <ryan@bluewatersys.com> Acked-by: H Hartley Sweeten <hsweeten@visionengravers.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-ep93xx/include/mach/platform.h')
-rw-r--r--arch/arm/mach-ep93xx/include/mach/platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ep93xx/include/mach/platform.h b/arch/arm/mach-ep93xx/include/mach/platform.h
index fb5e59a3ea04..0af0a3ba7047 100644
--- a/arch/arm/mach-ep93xx/include/mach/platform.h
+++ b/arch/arm/mach-ep93xx/include/mach/platform.h
@@ -17,7 +17,7 @@ void ep93xx_init_irq(void);
void ep93xx_init_time(unsigned long);
/* EP93xx System Controller software locked register write */
-void ep93xx_syscon_swlocked_write(unsigned int val, unsigned int reg);
+void ep93xx_syscon_swlocked_write(unsigned int val, void __iomem *reg);
void ep93xx_devcfg_set_clear(unsigned int set_bits, unsigned int clear_bits);
static inline void ep93xx_devcfg_set_bits(unsigned int bits)