Loading arch/arm64/mm/dma-mapping.c +1 −0 Original line number Diff line number Diff line Loading @@ -1082,6 +1082,7 @@ void arch_setup_dma_ops(struct device *dev, u64 dma_base, u64 size, dev->archdata.dma_coherent = coherent; __iommu_setup_dma_ops(dev, dma_base, size, iommu); } EXPORT_SYMBOL(arch_setup_dma_ops); #ifdef CONFIG_ARM64_DMA_USE_IOMMU Loading Loading
arch/arm64/mm/dma-mapping.c +1 −0 Original line number Diff line number Diff line Loading @@ -1082,6 +1082,7 @@ void arch_setup_dma_ops(struct device *dev, u64 dma_base, u64 size, dev->archdata.dma_coherent = coherent; __iommu_setup_dma_ops(dev, dma_base, size, iommu); } EXPORT_SYMBOL(arch_setup_dma_ops); #ifdef CONFIG_ARM64_DMA_USE_IOMMU Loading