Merge tag 'iommu-updates-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-block.git] / arch / mips / mm / dma-noncoherent.c
index 0f3cec663a12cd51498157c390f974213cb5a658..ab4f2a75a7d0116c31628b4c18c7e5f9d754a28e 100644 (file)
@@ -137,8 +137,7 @@ void arch_sync_dma_for_cpu(phys_addr_t paddr, size_t size,
 #endif
 
 #ifdef CONFIG_ARCH_HAS_SETUP_DMA_OPS
-void arch_setup_dma_ops(struct device *dev, u64 dma_base, u64 size,
-               bool coherent)
+void arch_setup_dma_ops(struct device *dev, bool coherent)
 {
        dev->dma_coherent = coherent;
 }