diff options
Diffstat (limited to 'arch/arm/include/asm/dma-mapping.h')
-rw-r--r-- | arch/arm/include/asm/dma-mapping.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/include/asm/dma-mapping.h b/arch/arm/include/asm/dma-mapping.h index dc3420e77758..f3c0d953f6a2 100644 --- a/arch/arm/include/asm/dma-mapping.h +++ b/arch/arm/include/asm/dma-mapping.h | |||
@@ -121,7 +121,9 @@ static inline unsigned long dma_max_pfn(struct device *dev) | |||
121 | } | 121 | } |
122 | #define dma_max_pfn(dev) dma_max_pfn(dev) | 122 | #define dma_max_pfn(dev) dma_max_pfn(dev) |
123 | 123 | ||
124 | static inline void arch_setup_dma_ops(struct device *dev, bool coherent) | 124 | static inline void arch_setup_dma_ops(struct device *dev, u64 dma_base, |
125 | u64 size, struct iommu_ops *iommu, | ||
126 | bool coherent) | ||
125 | { | 127 | { |
126 | if (coherent) | 128 | if (coherent) |
127 | set_dma_ops(dev, &arm_coherent_dma_ops); | 129 | set_dma_ops(dev, &arm_coherent_dma_ops); |