diff options
Diffstat (limited to 'include/asm-x86/dma-mapping_32.h')
-rw-r--r-- | include/asm-x86/dma-mapping_32.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/asm-x86/dma-mapping_32.h b/include/asm-x86/dma-mapping_32.h index e24c59d76ecb..60d5371c7de7 100644 --- a/include/asm-x86/dma-mapping_32.h +++ b/include/asm-x86/dma-mapping_32.h | |||
@@ -33,14 +33,6 @@ dma_unmap_page(struct device *dev, dma_addr_t dma_address, size_t size, | |||
33 | } | 33 | } |
34 | 34 | ||
35 | static inline void | 35 | static inline void |
36 | dma_sync_single_range_for_device(struct device *dev, dma_addr_t dma_handle, | ||
37 | unsigned long offset, size_t size, | ||
38 | enum dma_data_direction direction) | ||
39 | { | ||
40 | flush_write_buffers(); | ||
41 | } | ||
42 | |||
43 | static inline void | ||
44 | dma_sync_sg_for_cpu(struct device *dev, struct scatterlist *sg, int nelems, | 36 | dma_sync_sg_for_cpu(struct device *dev, struct scatterlist *sg, int nelems, |
45 | enum dma_data_direction direction) | 37 | enum dma_data_direction direction) |
46 | { | 38 | { |