vserver 1.9.5.x5
[linux-2.6.git] / include / asm-arm / arch-omap / io.h
index 6622ba3..1c8c9fc 100644 (file)
@@ -40,9 +40,9 @@
  * We don't actually have real ISA nor PCI buses, but there is so many
  * drivers out there that might just work if we fake them...
  */
-#define __io(a)                        (PCIO_BASE + (a))
-#define __mem_pci(a)           ((unsigned long)(a))
-#define __mem_isa(a)           ((unsigned long)(a))
+#define __io(a)                        ((void __iomem *)(PCIO_BASE + (a)))
+#define __mem_pci(a)           (a)
+#define __mem_isa(a)           (a)
 
 /*
  * ----------------------------------------------------------------------------