diff options
| author | Christoph Hellwig <[email protected]> | 2020-11-06 19:19:41 +0100 |
|---|---|---|
| committer | Jason Gunthorpe <[email protected]> | 2020-11-17 15:22:07 -0400 |
| commit | 172292be01dbd6c26aba23f62e8ec090f31cdb71 (patch) | |
| tree | 76e690d3244305468e87070304cd8b0280590c15 /include/linux | |
| parent | 73063ec58c848e0eb9f888847df011a85b34e5a2 (diff) | |
dma-mapping: remove dma_virt_ops
Now that the RDMA core deals with devices that only do DMA mapping in
lower layers properly, there is no user for dma_virt_ops and it can be
removed.
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Christoph Hellwig <[email protected]>
Signed-off-by: Jason Gunthorpe <[email protected]>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/dma-mapping.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/dma-mapping.h b/include/linux/dma-mapping.h index 956151052d45..2aaed35b556d 100644 --- a/include/linux/dma-mapping.h +++ b/include/linux/dma-mapping.h @@ -565,6 +565,4 @@ static inline int dma_mmap_wc(struct device *dev, int dma_direct_set_offset(struct device *dev, phys_addr_t cpu_start, dma_addr_t dma_start, u64 size); -extern const struct dma_map_ops dma_virt_ops; - #endif /* _LINUX_DMA_MAPPING_H */ |