arm-nommu: remove the unused pgprot_dmacoherent define
Signed-off-by: Christoph Hellwig <hch@lst.de>
This commit is contained in:
parent
5518ea1ad2
commit
b898e50f9f
|
@ -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)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue