projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67d8208
)
powerpc/dma: remove the unused ARCH_HAS_DMA_MMAP_COHERENT define
author
Christoph Hellwig
<hch@lst.de>
Sun, 16 Dec 2018 17:19:47 +0000
(18:19 +0100)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Thu, 20 Dec 2018 11:21:20 +0000
(22:21 +1100)
Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/include/asm/dma-mapping.h
patch
|
blob
|
history
diff --git
a/arch/powerpc/include/asm/dma-mapping.h
b/arch/powerpc/include/asm/dma-mapping.h
index 8fa394520af6d3667b8de73da590346744150c1b..f2a4a7142b1e09dc564e1ec404732747274b4d4f 100644
(file)
--- a/
arch/powerpc/include/asm/dma-mapping.h
+++ b/
arch/powerpc/include/asm/dma-mapping.h
@@
-112,7
+112,5
@@
extern int dma_set_mask(struct device *dev, u64 dma_mask);
extern u64 __dma_get_required_mask(struct device *dev);
-#define ARCH_HAS_DMA_MMAP_COHERENT
-
#endif /* __KERNEL__ */
#endif /* _ASM_DMA_MAPPING_H */