X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-mn10300%2Fio.h;h=c1a4119e6497ee2b23a4460d3c2ef05294cec128;hb=449f76506f76051839dfa945c59881c17509cfbf;hp=b8b6dc878250b37ae888f111e286c188c7678db6;hpb=e4464facd6f1404c2baeb6798d71e34423e7aeaa;p=linux-2.6-omap-h63xx.git diff --git a/include/asm-mn10300/io.h b/include/asm-mn10300/io.h index b8b6dc87825..c1a4119e649 100644 --- a/include/asm-mn10300/io.h +++ b/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) { }