* [PATCH] m32r: missing __iomem in ioremap() declaration
@ 2005-09-26 5:19 Al Viro
0 siblings, 0 replies; 2+ messages in thread
From: Al Viro @ 2005-09-26 5:19 UTC (permalink / raw)
To: torvalds; +Cc: linux-kernel, takata
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);
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH] m32r: missing __iomem in ioremap() declaration
@ 2005-09-26 5:18 Al Viro
0 siblings, 0 replies; 2+ messages in thread
From: Al Viro @ 2005-09-26 5:18 UTC (permalink / raw)
To: torvalds; +Cc: linux-kernel, takata
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);
}
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-09-26 5:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-26 5:19 [PATCH] m32r: missing __iomem in ioremap() declaration Al Viro
-- strict thread matches above, loose matches on Subject: below --
2005-09-26 5:18 Al Viro
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®