diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2015-03-27 08:11:51 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2015-04-01 11:22:01 -0400 |
commit | 253073801363e5cea3cd368fed1afc3111a21c35 (patch) | |
tree | ed62cc0d18a859c45bcf6e142b47fca4e3de5d01 /arch/mips/include | |
parent | eec99f2079df0f58c346652f03f3c18c6799bd79 (diff) |
MIPS: ath25: Remove unused DMA helper functions.
These got merged with the ath25 support after 4e7f72660c39 (MIPS: Remove
unnecessary platform dma helper functions) had already removed them for
all other platforms.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/include')
-rw-r--r-- | arch/mips/include/asm/mach-ath25/dma-coherence.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/mips/include/asm/mach-ath25/dma-coherence.h b/arch/mips/include/asm/mach-ath25/dma-coherence.h index d8009c93a465..65084a079b60 100644 --- a/arch/mips/include/asm/mach-ath25/dma-coherence.h +++ b/arch/mips/include/asm/mach-ath25/dma-coherence.h | |||
@@ -59,16 +59,6 @@ static inline int plat_dma_supported(struct device *dev, u64 mask) | |||
59 | return 1; | 59 | return 1; |
60 | } | 60 | } |
61 | 61 | ||
62 | static inline void plat_extra_sync_for_device(struct device *dev) | ||
63 | { | ||
64 | } | ||
65 | |||
66 | static inline int plat_dma_mapping_error(struct device *dev, | ||
67 | dma_addr_t dma_addr) | ||
68 | { | ||
69 | return 0; | ||
70 | } | ||
71 | |||
72 | static inline int plat_device_is_coherent(struct device *dev) | 62 | static inline int plat_device_is_coherent(struct device *dev) |
73 | { | 63 | { |
74 | #ifdef CONFIG_DMA_COHERENT | 64 | #ifdef CONFIG_DMA_COHERENT |