Merge tag 'iwlwifi-next-for-kalle-2014-12-30' of https://git.kernel.org/pub/scm/linux...
[cascardo/linux.git] / arch / nios2 / include / asm / io.h
index 9102bfd..6e24d7c 100644 (file)
@@ -45,6 +45,8 @@ static inline void iounmap(void __iomem *addr)
        __iounmap(addr);
 }
 
+#define ioremap_wc ioremap_nocache
+
 /* Pages to physical address... */
 #define page_to_phys(page)     virt_to_phys(page_to_virt(page))
 #define page_to_bus(page)      page_to_virt(page)