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-um / io.h
index 44e8b8c..1934d93 100644 (file)
@@ -45,13 +45,8 @@ static inline void writel(unsigned int b, volatile void __iomem *addr)
 {
        *(volatile unsigned int __force *) addr = b;
 }
-static inline void writeq(unsigned int b, volatile void __iomem *addr)
-{
-       *(volatile unsigned long long __force *) addr = b;
-}
 #define __raw_writeb writeb
 #define __raw_writew writew
 #define __raw_writel writel
-#define __raw_writeq writeq
 
 #endif