Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arm-nommu: remove the unused pgprot_dmacoherent define

Signed-off-by: Christoph Hellwig <hch@lst.de>

-1
-1
arch/arm/include/asm/pgtable-nommu.h
··· 62 62 */ 63 63 #define pgprot_noncached(prot) (prot) 64 64 #define pgprot_writecombine(prot) (prot) 65 - #define pgprot_dmacoherent(prot) (prot) 66 65 #define pgprot_device(prot) (prot) 67 66 68 67