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

Commit 449f7650 authored by David Howells's avatar David Howells Committed by Linus Torvalds
Browse files

MN10300: Supply ioremap_wc() for MN10300



Supply ioremap_wc() for MN10300.

Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent e4464fac
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -259,6 +259,8 @@ static inline void *ioremap_nocache(unsigned long offset, unsigned long size)
	return (void *) (offset | 0x20000000);
	return (void *) (offset | 0x20000000);
}
}


#define ioremap_wc ioremap_nocache

static inline void iounmap(void *addr)
static inline void iounmap(void *addr)
{
{
}
}