diff --git a/[refs] b/[refs] index 8b8a370fc350..ebc4c0685c3b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e4464facd6f1404c2baeb6798d71e34423e7aeaa +refs/heads/master: 449f76506f76051839dfa945c59881c17509cfbf diff --git a/trunk/include/asm-mn10300/io.h b/trunk/include/asm-mn10300/io.h index b8b6dc878250..c1a4119e6497 100644 --- a/trunk/include/asm-mn10300/io.h +++ b/trunk/include/asm-mn10300/io.h @@ -259,6 +259,8 @@ static inline void *ioremap_nocache(unsigned long offset, unsigned long size) return (void *) (offset | 0x20000000); } +#define ioremap_wc ioremap_nocache + static inline void iounmap(void *addr) { }