diff options
Diffstat (limited to 'arch/arm/include/asm/pgtable-nommu.h')
-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 302240c19a5a..a0d726a47c8a 100644 --- a/arch/arm/include/asm/pgtable-nommu.h +++ b/arch/arm/include/asm/pgtable-nommu.h | |||
@@ -66,6 +66,7 @@ typedef pte_t *pte_addr_t; | |||
66 | #define pgprot_noncached(prot) (prot) | 66 | #define pgprot_noncached(prot) (prot) |
67 | #define pgprot_writecombine(prot) (prot) | 67 | #define pgprot_writecombine(prot) (prot) |
68 | #define pgprot_dmacoherent(prot) (prot) | 68 | #define pgprot_dmacoherent(prot) (prot) |
69 | #define pgprot_device(prot) (prot) | ||
69 | 70 | ||
70 | 71 | ||
71 | /* | 72 | /* |