diff options
author | Christoph Hellwig <hch@lst.de> | 2019-08-01 17:13:51 +0300 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2019-08-26 09:13:17 +0200 |
commit | 5518ea1ad2c0c7f38d067f621d9349e6a11c8879 (patch) | |
tree | 45c1e798b252cca2479cba1984f1447fbf7d437b /arch/unicore32 | |
parent | a55aa89aab90fae7c815b0551b07be37db359d76 (diff) | |
download | linux-5518ea1ad2c0c7f38d067f621d9349e6a11c8879.tar.bz2 |
unicore32: remove the unused pgprot_dmacoherent define
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'arch/unicore32')
-rw-r--r-- | arch/unicore32/include/asm/pgtable.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/unicore32/include/asm/pgtable.h b/arch/unicore32/include/asm/pgtable.h index 9492aa304f03..126e961a8cb0 100644 --- a/arch/unicore32/include/asm/pgtable.h +++ b/arch/unicore32/include/asm/pgtable.h @@ -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) |