Messages in this thread Patch in this message |  | | | Subject | [PATCH] m32r: missing __iomem in ioremap() declaration | | From | Al Viro <> | | Date | Mon, 26 Sep 2005 06:19:28 +0100 |
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> ---- 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |