This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / arch / x86_64 / mm / ioremap.c
index d9ddeee..9fc032b 100644 (file)
@@ -212,7 +212,7 @@ void __iomem *ioremap_nocache (unsigned long phys_addr, unsigned long size)
        return p;                                       
 }
 
-void iounmap(volatile void __iomem *addr)
+void iounmap(void __iomem *addr)
 {
        struct vm_struct *p;
        if (addr <= high_memory)