Merge branch 'topic/nomm' into for-linus
[pandora-kernel.git] / arch / arm / mach-s3c24a0 / include / mach / io.h
index c163364..4326c30 100644 (file)
@@ -3,14 +3,16 @@
  * Copyright 2008 Simtec Electronics
  *     Ben Dooks <ben-linux@fluff.org>
  *
- * IO access and mapping routines for the S3C24A0
+ * Default IO routines for S3C24A0
  */
 
 #ifndef __ASM_ARM_ARCH_IO_H
 #define __ASM_ARM_ARCH_IO_H
 
 /* No current ISA/PCI bus support. */
-#define __io(a)                ((void __iomem *)(a))
+#define __io(a)                __typesafe_io(a)
 #define __mem_pci(a)   (a)
 
+#define IO_SPACE_LIMIT (0xFFFFFFFF)
+
 #endif