MIPS: DMA: Implement platform hook to perform post-DMA cache flushes.
[linux-drm-fsl-dcu.git] / arch / mips / include / asm / mach-generic / dma-coherence.h
index 7629c35986f7139c4fe797738d803e892af878e1..671330928e67679a5c3a3acee4facfa0a647e72c 100644 (file)
@@ -52,6 +52,10 @@ static inline int plat_device_is_coherent(struct device *dev)
        return coherentio;
 }
 
+static inline void plat_post_dma_flush(struct device *dev)
+{
+}
+
 #ifdef CONFIG_SWIOTLB
 static inline dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr)
 {