diff options
author | Christoph Hellwig <hch@lst.de> | 2019-08-01 16:14:14 +0200 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2019-08-26 09:13:18 +0200 |
commit | b898e50f9f49f7d90f3bca94ac046145072034a2 (patch) | |
tree | e0b25c709bfc67c66a8b09f06b16d990e1d688bd | |
parent | unicore32: remove the unused pgprot_dmacoherent define (diff) | |
download | linux-b898e50f9f49f7d90f3bca94ac046145072034a2.tar.xz linux-b898e50f9f49f7d90f3bca94ac046145072034a2.zip |
arm-nommu: remove the unused pgprot_dmacoherent define
Signed-off-by: Christoph Hellwig <hch@lst.de>
-rw-r--r-- | arch/arm/include/asm/pgtable-nommu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/include/asm/pgtable-nommu.h b/arch/arm/include/asm/pgtable-nommu.h index 0b1f6799a32e..d0de24f06724 100644 --- a/arch/arm/include/asm/pgtable-nommu.h +++ b/arch/arm/include/asm/pgtable-nommu.h @@ -62,7 +62,6 @@ typedef pte_t *pte_addr_t; */ #define pgprot_noncached(prot) (prot) #define pgprot_writecombine(prot) (prot) -#define pgprot_dmacoherent(prot) (prot) #define pgprot_device(prot) (prot) |