aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/dma-mapping_32.h
diff options
context:
space:
mode:
authorGlauber Costa <gcosta@redhat.com>2008-03-25 17:36:28 -0400
committerIngo Molnar <mingo@elte.hu>2008-04-19 13:19:56 -0400
commit713623326c816b145105769f174ec237815e53f1 (patch)
tree6b16529f933ead01809a066201763bd828cc91a0 /include/asm-x86/dma-mapping_32.h
parent627610fcb70164991ed0d11110a56c43b15b9312 (diff)
x86: move dma_sync_single_range_for_device to common header
i386 gets an empty function. Signed-off-by: Glauber Costa <gcosta@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/asm-x86/dma-mapping_32.h')
-rw-r--r--include/asm-x86/dma-mapping_32.h8
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
35static inline void 35static inline void
36dma_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
43static inline void
44dma_sync_sg_for_cpu(struct device *dev, struct scatterlist *sg, int nelems, 36dma_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{