[ARM] omap: fix inappropriate casting in gpio.c
[deliverable/linux.git] / arch / arm / plat-omap / include / mach / gpio.h
index 94ce2780e8ee88090b23b62351498cdcb7c323c6..4cb818da672c215dd14176764440c8884b6296b8 100644 (file)
@@ -29,7 +29,7 @@
 #include <mach/irqs.h>
 #include <asm/io.h>
 
-#define OMAP_MPUIO_BASE                        (void __iomem *)0xfffb5000
+#define OMAP_MPUIO_BASE                        0xfffb5000
 
 #ifdef CONFIG_ARCH_OMAP730
 #define OMAP_MPUIO_INPUT_LATCH         0x00
This page took 0.023965 seconds and 5 git commands to generate.