diff options
Diffstat (limited to 'arch/mips/include/asm/mach-generic/dma-coherence.h')
| -rw-r--r-- | arch/mips/include/asm/mach-generic/dma-coherence.h | 14 | 
1 files changed, 0 insertions, 14 deletions
diff --git a/arch/mips/include/asm/mach-generic/dma-coherence.h b/arch/mips/include/asm/mach-generic/dma-coherence.h index 74cb99257d5..7629c35986f 100644 --- a/arch/mips/include/asm/mach-generic/dma-coherence.h +++ b/arch/mips/include/asm/mach-generic/dma-coherence.h @@ -47,23 +47,9 @@ static inline int plat_dma_supported(struct device *dev, u64 mask)  	return 1;  } -static inline void plat_extra_sync_for_device(struct device *dev) -{ -} - -static inline int plat_dma_mapping_error(struct device *dev, -					 dma_addr_t dma_addr) -{ -	return 0; -} -  static inline int plat_device_is_coherent(struct device *dev)  { -#ifdef CONFIG_DMA_COHERENT -	return 1; -#else  	return coherentio; -#endif  }  #ifdef CONFIG_SWIOTLB  | 
