Revert to Fedora kernel-2.6.17-1.2187_FC5 patched with vs2.0.2.1; there are too many...
[linux-2.6.git] / include / asm-arm / arch-sa1100 / io.h
index 0756269..040ccde 100644 (file)
@@ -22,5 +22,6 @@ static inline void __iomem *__io(unsigned long addr)
 }
 #define __io(a)                        __io(a)
 #define __mem_pci(a)           (a)
+#define __mem_isa(a)           (a)
 
 #endif