diff options
Diffstat (limited to 'arch/mips/include/asm/mach-ip32/dma-coherence.h')
-rw-r--r-- | arch/mips/include/asm/mach-ip32/dma-coherence.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/mips/include/asm/mach-ip32/dma-coherence.h b/arch/mips/include/asm/mach-ip32/dma-coherence.h index 104cfbc3ed63..0a0b0e2ced60 100644 --- a/arch/mips/include/asm/mach-ip32/dma-coherence.h +++ b/arch/mips/include/asm/mach-ip32/dma-coherence.h | |||
@@ -80,6 +80,10 @@ static inline int plat_dma_supported(struct device *dev, u64 mask) | |||
80 | return 1; | 80 | return 1; |
81 | } | 81 | } |
82 | 82 | ||
83 | static inline void plat_post_dma_flush(struct device *dev) | ||
84 | { | ||
85 | } | ||
86 | |||
83 | static inline int plat_device_is_coherent(struct device *dev) | 87 | static inline int plat_device_is_coherent(struct device *dev) |
84 | { | 88 | { |
85 | return 0; /* IP32 is non-cohernet */ | 89 | return 0; /* IP32 is non-cohernet */ |