summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorFUJITA Tomonori2008-08-21 17:12:09 +0200
committerIngo Molnar2008-08-22 08:43:25 +0200
commit766af9fa812f49feb4a3e62cf92f3d37f33c7fb6 (patch)
treeb175d0664d4d4f798dce2c8e15ac363c459fdc11 /include
parentdma-coherent: export dma_[alloc|release]_from_coherent methods (diff)
downloadkernel-qcow2-linux-766af9fa812f49feb4a3e62cf92f3d37f33c7fb6.tar.gz
kernel-qcow2-linux-766af9fa812f49feb4a3e62cf92f3d37f33c7fb6.tar.xz
kernel-qcow2-linux-766af9fa812f49feb4a3e62cf92f3d37f33c7fb6.zip
dma-mapping.h, x86: remove last user of dma_mapping_ops->map_simple
pci-dma.c doesn't use map_simple hook any more so we can remove it from struct dma_mapping_ops now. Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include')
-rw-r--r--include/asm-x86/dma-mapping.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asm-x86/dma-mapping.h b/include/asm-x86/dma-mapping.h
index 8e16095d1fa9..3a9a6f5e681a 100644
--- a/include/asm-x86/dma-mapping.h
+++ b/include/asm-x86/dma-mapping.h
@@ -26,9 +26,6 @@ struct dma_mapping_ops {
void *vaddr, dma_addr_t dma_handle);
dma_addr_t (*map_single)(struct device *hwdev, phys_addr_t ptr,
size_t size, int direction);
- /* like map_single, but doesn't check the device mask */
- dma_addr_t (*map_simple)(struct device *hwdev, phys_addr_t ptr,
- size_t size, int direction);
void (*unmap_single)(struct device *dev, dma_addr_t addr,
size_t size, int direction);
void (*sync_single_for_cpu)(struct device *hwdev,