aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/pgtable-nommu.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2019-08-01 17:14:14 +0300
committerChristoph Hellwig <hch@lst.de>2019-08-26 09:13:18 +0200
commitb898e50f9f49f7d90f3bca94ac046145072034a2 (patch)
treee0b25c709bfc67c66a8b09f06b16d990e1d688bd /arch/arm/include/asm/pgtable-nommu.h
parentunicore32: remove the unused pgprot_dmacoherent define (diff)
downloadlinux-dev-b898e50f9f49f7d90f3bca94ac046145072034a2.tar.xz
linux-dev-b898e50f9f49f7d90f3bca94ac046145072034a2.zip
arm-nommu: remove the unused pgprot_dmacoherent define
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'arch/arm/include/asm/pgtable-nommu.h')
-rw-r--r--arch/arm/include/asm/pgtable-nommu.h1
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)