diff options
Diffstat (limited to 'arch/microblaze/include/asm/dma-mapping.h')
-rw-r--r-- | arch/microblaze/include/asm/dma-mapping.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/microblaze/include/asm/dma-mapping.h b/arch/microblaze/include/asm/dma-mapping.h index 21df7cbae65e..8fbb0ec10233 100644 --- a/arch/microblaze/include/asm/dma-mapping.h +++ b/arch/microblaze/include/asm/dma-mapping.h | |||
@@ -106,7 +106,6 @@ static inline int dma_mapping_error(struct device *dev, dma_addr_t dma_addr) | |||
106 | 106 | ||
107 | #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) | 107 | #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) |
108 | #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) | 108 | #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) |
109 | #define dma_is_consistent(d, h) (1) | ||
110 | 109 | ||
111 | static inline void *dma_alloc_coherent(struct device *dev, size_t size, | 110 | static inline void *dma_alloc_coherent(struct device *dev, size_t size, |
112 | dma_addr_t *dma_handle, gfp_t flag) | 111 | dma_addr_t *dma_handle, gfp_t flag) |