aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-shark
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2009-03-06 13:36:37 +0000
committerMark Brown <broonie@opensource.wolfsonmicro.com>2009-03-06 13:36:44 +0000
commit4f5b31c3f29f4351d2740faed3a6c569b800b39d (patch)
tree363075890bc33f9b08e2ad813be0697437b52f49 /arch/arm/mach-shark
parent86027ae78c9294bb450b76eec28cfb431a8fb3ee (diff)
parent899e6cf5e6d83a91d2e257f7a4e8ca98db3831cc (diff)
Merge commit 's3c-iis-header' into HEAD
Diffstat (limited to 'arch/arm/mach-shark')
-rw-r--r--arch/arm/mach-shark/include/mach/io.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shark/include/mach/io.h b/arch/arm/mach-shark/include/mach/io.h
index c5cee829fc8..8ca7d7f09bd 100644
--- a/arch/arm/mach-shark/include/mach/io.h
+++ b/arch/arm/mach-shark/include/mach/io.h
@@ -14,7 +14,7 @@
#define PCIO_BASE 0xe0000000
#define IO_SPACE_LIMIT 0xffffffff
-#define __io(a) ((void __iomem *)(PCIO_BASE + (a)))
+#define __io(a) __typesafe_io(PCIO_BASE + (a))
#define __mem_pci(addr) (addr)
#endif