diff options
-rw-r--r-- | include/linux/dma-mapping.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/dma-mapping.h b/include/linux/dma-mapping.h index 8cc7f95289ac..2fc413a873ea 100644 --- a/include/linux/dma-mapping.h +++ b/include/linux/dma-mapping.h | |||
@@ -9,10 +9,6 @@ | |||
9 | #include <linux/scatterlist.h> | 9 | #include <linux/scatterlist.h> |
10 | 10 | ||
11 | struct dma_map_ops { | 11 | struct dma_map_ops { |
12 | void* (*alloc_coherent)(struct device *dev, size_t size, | ||
13 | dma_addr_t *dma_handle, gfp_t gfp); | ||
14 | void (*free_coherent)(struct device *dev, size_t size, | ||
15 | void *vaddr, dma_addr_t dma_handle); | ||
16 | void* (*alloc)(struct device *dev, size_t size, | 12 | void* (*alloc)(struct device *dev, size_t size, |
17 | dma_addr_t *dma_handle, gfp_t gfp, | 13 | dma_addr_t *dma_handle, gfp_t gfp, |
18 | struct dma_attrs *attrs); | 14 | struct dma_attrs *attrs); |