mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
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/20201106181941.1878556-11-hch@lst.de Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
This commit is contained in:
parent
73063ec58c
commit
172292be01
4 changed files with 0 additions and 69 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue