diff options
| -rw-r--r-- | arch/arm/include/asm/pgtable-nommu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/pgtable-nommu.h b/arch/arm/include/asm/pgtable-nommu.h index 013cfcdc4839..ffc0e85775b4 100644 --- a/arch/arm/include/asm/pgtable-nommu.h +++ b/arch/arm/include/asm/pgtable-nommu.h | |||
| @@ -67,6 +67,7 @@ static inline int pte_file(pte_t pte) { return 0; } | |||
| 67 | */ | 67 | */ |
| 68 | #define pgprot_noncached(prot) __pgprot(0) | 68 | #define pgprot_noncached(prot) __pgprot(0) |
| 69 | #define pgprot_writecombine(prot) __pgprot(0) | 69 | #define pgprot_writecombine(prot) __pgprot(0) |
| 70 | #define pgprot_dmacoherent(prot) __pgprot(0) | ||
| 70 | 71 | ||
| 71 | 72 | ||
| 72 | /* | 73 | /* |
