diff options
Diffstat (limited to 'arch/mips/include/asm/mach-jazz/dma-coherence.h')
| -rw-r--r-- | arch/mips/include/asm/mach-jazz/dma-coherence.h | 10 | 
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/mips/include/asm/mach-jazz/dma-coherence.h b/arch/mips/include/asm/mach-jazz/dma-coherence.h index 9fc1e9ad703..949003ef97b 100644 --- a/arch/mips/include/asm/mach-jazz/dma-coherence.h +++ b/arch/mips/include/asm/mach-jazz/dma-coherence.h @@ -48,16 +48,6 @@ 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)  {  	return 0;  | 
