[PATCH] m32r: missing __iomem in ioremap() declaration

From: Al Viro
Date: Mon Sep 26 2005 - 00:19:05 EST


Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
----
diff -urN RC14-rc2-git5-armv-iomem/include/asm-m32r/io.h RC14-rc2-git5-m32r-iomem/include/asm-m32r/io.h
--- RC14-rc2-git5-armv-iomem/include/asm-m32r/io.h 2005-06-17 15:48:29.000000000 -0400
+++ RC14-rc2-git5-m32r-iomem/include/asm-m32r/io.h 2005-09-25 23:46:33.000000000 -0400
@@ -60,7 +60,7 @@
* address.
*/

-static inline void * ioremap(unsigned long offset, unsigned long size)
+static inline void __iomem *ioremap(unsigned long offset, unsigned long size)
{
return __ioremap(offset, size, 0);
}
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/