diff options
author | Christoph Hellwig <[email protected]> | 2018-12-16 18:19:47 +0100 |
---|---|---|
committer | Michael Ellerman <[email protected]> | 2018-12-20 22:21:20 +1100 |
commit | 0e652390fb95ae567fe709d2b388f4e9c792224c (patch) | |
tree | db1bd6cdf920fa7fe5530b82890920bbc91f2d41 | |
parent | 67d8208fba1324fa0198f9fc58a9edbe09596947 (diff) |
powerpc/dma: remove the unused ARCH_HAS_DMA_MMAP_COHERENT define
Signed-off-by: Christoph Hellwig <[email protected]>
Acked-by: Benjamin Herrenschmidt <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
-rw-r--r-- | arch/powerpc/include/asm/dma-mapping.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/include/asm/dma-mapping.h b/arch/powerpc/include/asm/dma-mapping.h index 8fa394520af6..f2a4a7142b1e 100644 --- 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 */ |