MIPS: Define ioremap_uc
authorBen Hutchings <[email protected]>
Mon, 5 Oct 2015 23:56:56 +0000 (00:56 +0100)
committerRalf Baechle <[email protected]>
Tue, 6 Oct 2015 11:19:25 +0000 (13:19 +0200)
All architectures must now define ioremap_uc(), but MIPS currently
only has ioremap_nocache().

Fixes: 4c73e8926623 ("arch/*/io.h: Add ioremap_uc() to all architectures")
Signed-off-by: Ben Hutchings <[email protected]>
Cc: Luis R. Rodriguez <[email protected]>
Cc: [email protected]
Patchwork: https://patchwork.linux-mips.org/patch/11263/
Signed-off-by: Ralf Baechle <[email protected]>
arch/mips/include/asm/io.h

index 9e777cd42b67190a5dce5ac11553a3de05e4375e..d10fd80dbb7e96b898d2230c2d0f5112d02c3bc1 100644 (file)
@@ -256,6 +256,7 @@ static inline void __iomem * __ioremap_mode(phys_addr_t offset, unsigned long si
  */
 #define ioremap_nocache(offset, size)                                  \
        __ioremap_mode((offset), (size), _CACHE_UNCACHED)
+#define ioremap_uc ioremap_nocache
 
 /*
  * ioremap_cachable -  map bus memory into CPU space