From: Christoph Hellwig Date: Thu, 1 Aug 2019 14:14:14 +0000 (+0300) Subject: arm-nommu: remove the unused pgprot_dmacoherent define X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b898e50f9f49f7d90f3bca94ac046145072034a2;p=linux.git arm-nommu: remove the unused pgprot_dmacoherent define Signed-off-by: Christoph Hellwig --- diff --git a/arch/arm/include/asm/pgtable-nommu.h b/arch/arm/include/asm/pgtable-nommu.h index 0b1f6799a32ea..d0de24f067244 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)