diff options
Diffstat (limited to 'include/asm-x86/dma-mapping_32.h')
-rw-r--r-- | include/asm-x86/dma-mapping_32.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/asm-x86/dma-mapping_32.h b/include/asm-x86/dma-mapping_32.h index c61ae7ff222c..e60c30a88311 100644 --- a/include/asm-x86/dma-mapping_32.h +++ b/include/asm-x86/dma-mapping_32.h | |||
@@ -55,13 +55,6 @@ dma_get_cache_alignment(void) | |||
55 | 55 | ||
56 | #define dma_is_consistent(d, h) (1) | 56 | #define dma_is_consistent(d, h) (1) |
57 | 57 | ||
58 | static inline void | ||
59 | dma_cache_sync(struct device *dev, void *vaddr, size_t size, | ||
60 | enum dma_data_direction direction) | ||
61 | { | ||
62 | flush_write_buffers(); | ||
63 | } | ||
64 | |||
65 | #define ARCH_HAS_DMA_DECLARE_COHERENT_MEMORY | 58 | #define ARCH_HAS_DMA_DECLARE_COHERENT_MEMORY |
66 | extern int | 59 | extern int |
67 | dma_declare_coherent_memory(struct device *dev, dma_addr_t bus_addr, | 60 | dma_declare_coherent_memory(struct device *dev, dma_addr_t bus_addr, |