Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 24558a0f authored by Al Viro's avatar Al Viro Committed by Linus Torvalds
Browse files

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

parent ce3a161e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ __ioremap(unsigned long offset, unsigned long size, unsigned long flags);
 *	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);
}