diff options
author | Christoph Hellwig <hch@lst.de> | 2019-01-07 19:36:20 +0100 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2019-02-13 19:12:33 +0100 |
commit | 347cb6af8710b72cf9685fdc09d07873cf42d51f (patch) | |
tree | 37927e976037dcea2141aef10cba34efe58d2655 /arch/arm64/include | |
parent | dma-mapping: move debug configuration options to kernel/dma (diff) | |
download | linux-347cb6af8710b72cf9685fdc09d07873cf42d51f.tar.xz linux-347cb6af8710b72cf9685fdc09d07873cf42d51f.zip |
dma-mapping: add a kconfig symbol for arch_setup_dma_ops availability
Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Paul Burton <paul.burton@mips.com> # MIPS
Acked-by: Catalin Marinas <catalin.marinas@arm.com> # arm64
Diffstat (limited to 'arch/arm64/include')
-rw-r--r-- | arch/arm64/include/asm/dma-mapping.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm64/include/asm/dma-mapping.h b/arch/arm64/include/asm/dma-mapping.h index 95dbf3ef735a..de96507ee2c1 100644 --- a/arch/arm64/include/asm/dma-mapping.h +++ b/arch/arm64/include/asm/dma-mapping.h @@ -29,10 +29,6 @@ static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus) return NULL; } -void arch_setup_dma_ops(struct device *dev, u64 dma_base, u64 size, - const struct iommu_ops *iommu, bool coherent); -#define arch_setup_dma_ops arch_setup_dma_ops - #ifdef CONFIG_IOMMU_DMA void arch_teardown_dma_ops(struct device *dev); #define arch_teardown_dma_ops arch_teardown_dma_ops |