FRV: Provide ioremap_wc() for FRV

Provide ioremap_wc() for FRV.

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by David Howells and committed by Linus Torvalds 0c7281c0 449f7650

+2
+2
include/asm-frv/io.h
··· 271 return __ioremap(physaddr, size, IOMAP_FULL_CACHING); 272 } 273 274 extern void iounmap(void volatile __iomem *addr); 275 276 static inline void __iomem *ioport_map(unsigned long port, unsigned int nr)
··· 271 return __ioremap(physaddr, size, IOMAP_FULL_CACHING); 272 } 273 274 + #define ioremap_wc ioremap_nocache 275 + 276 extern void iounmap(void volatile __iomem *addr); 277 278 static inline void __iomem *ioport_map(unsigned long port, unsigned int nr)