aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/nios2/include/asm/io.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/nios2/include/asm/io.h b/arch/nios2/include/asm/io.h
index ce072ba0f8dd..9010243077ab 100644
--- a/arch/nios2/include/asm/io.h
+++ b/arch/nios2/include/asm/io.h
@@ -45,6 +45,7 @@ static inline void iounmap(void __iomem *addr)
45 __iounmap(addr); 45 __iounmap(addr);
46} 46}
47 47
48#define ioremap_nocache ioremap_nocache
48#define ioremap_wc ioremap_nocache 49#define ioremap_wc ioremap_nocache
49#define ioremap_wt ioremap_nocache 50#define ioremap_wt ioremap_nocache
50 51