]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
unicore32: remove the unused pgprot_dmacoherent define
authorChristoph Hellwig <hch@lst.de>
Thu, 1 Aug 2019 14:13:51 +0000 (17:13 +0300)
committerChristoph Hellwig <hch@lst.de>
Mon, 26 Aug 2019 07:13:17 +0000 (09:13 +0200)
Signed-off-by: Christoph Hellwig <hch@lst.de>
arch/unicore32/include/asm/pgtable.h

index 9492aa304f036d7ffd6ce1a893ed2192c87f9ab8..126e961a8cb08f0f6820aa3125d58a3b07e27dc9 100644 (file)
@@ -198,8 +198,6 @@ static inline pte_t pte_mkspecial(pte_t pte) { return pte; }
        __pgprot(pgprot_val(prot) & ~PTE_CACHEABLE)
 #define pgprot_writecombine(prot)      \
        __pgprot(pgprot_val(prot) & ~PTE_CACHEABLE)
-#define pgprot_dmacoherent(prot)       \
-       __pgprot(pgprot_val(prot) & ~PTE_CACHEABLE)
 
 #define pmd_none(pmd)          (!pmd_val(pmd))
 #define pmd_present(pmd)       (pmd_val(pmd) & PMD_PRESENT)