diff options
Diffstat (limited to 'arch/microblaze')
-rw-r--r-- | arch/microblaze/include/asm/dma-mapping.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/microblaze/include/asm/dma-mapping.h b/arch/microblaze/include/asm/dma-mapping.h index 507389580709..21df7cbae65e 100644 --- a/arch/microblaze/include/asm/dma-mapping.h +++ b/arch/microblaze/include/asm/dma-mapping.h | |||
@@ -132,11 +132,6 @@ static inline void dma_free_coherent(struct device *dev, size_t size, | |||
132 | ops->free_coherent(dev, size, cpu_addr, dma_handle); | 132 | ops->free_coherent(dev, size, cpu_addr, dma_handle); |
133 | } | 133 | } |
134 | 134 | ||
135 | static inline int dma_get_cache_alignment(void) | ||
136 | { | ||
137 | return L1_CACHE_BYTES; | ||
138 | } | ||
139 | |||
140 | static inline void dma_cache_sync(struct device *dev, void *vaddr, size_t size, | 135 | static inline void dma_cache_sync(struct device *dev, void *vaddr, size_t size, |
141 | enum dma_data_direction direction) | 136 | enum dma_data_direction direction) |
142 | { | 137 | { |