X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-frv%2Fio.h;h=ca7475e73b5ee7f2673334011f86e5cb77ac62b1;hb=fed4d59b6ec5481caceb17863f19a0b0e5eaa939;hp=20e44fe00abf66f6b74b0daf482bea26d1dcebc7;hpb=43f82216f0bd114599f4a221ae6924f3658a0c9a;p=linux-2.6-omap-h63xx.git diff --git a/include/asm-frv/io.h b/include/asm-frv/io.h index 20e44fe00ab..ca7475e73b5 100644 --- a/include/asm-frv/io.h +++ b/include/asm-frv/io.h @@ -271,6 +271,8 @@ static inline void __iomem *ioremap_fullcache(unsigned long physaddr, unsigned l return __ioremap(physaddr, size, IOMAP_FULL_CACHING); } +#define ioremap_wc ioremap_nocache + extern void iounmap(void volatile __iomem *addr); static inline void __iomem *ioport_map(unsigned long port, unsigned int nr)