MIPS: Fix definition of pgprot_writecombine()
[linux-drm-fsl-dcu.git] / arch / mips / include / asm / pgtable.h
index ae85694752644339af22557a5ae424cde8271400..8957f15e21ec4c911e8ebe017ea8cb4ea1276ad4 100644 (file)
@@ -393,6 +393,8 @@ static inline pgprot_t pgprot_noncached(pgprot_t _prot)
        return __pgprot(prot);
 }
 
+#define pgprot_writecombine pgprot_writecombine
+
 static inline pgprot_t pgprot_writecombine(pgprot_t _prot)
 {
        unsigned long prot = pgprot_val(_prot);