projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5518ea1
)
arm-nommu: remove the unused pgprot_dmacoherent define
author
Christoph Hellwig
<hch@lst.de>
Thu, 1 Aug 2019 14:14:14 +0000
(17:14 +0300)
committer
Christoph Hellwig
<hch@lst.de>
Mon, 26 Aug 2019 07:13:18 +0000
(09:13 +0200)
Signed-off-by: Christoph Hellwig <hch@lst.de>
arch/arm/include/asm/pgtable-nommu.h
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/pgtable-nommu.h
b/arch/arm/include/asm/pgtable-nommu.h
index
0b1f679
..
d0de24f
100644
(file)
--- 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)