summaryrefslogtreecommitdiff
path: root/include/linux/dma-buf-mapping.h
diff options
context:
space:
mode:
authorAlex Williamson <alex@shazbot.org>2026-01-19 10:25:24 -0700
committerAlex Williamson <alex@shazbot.org>2026-01-19 10:25:24 -0700
commitfab06e956fce42f07ad35ca53073504bad2a080f (patch)
tree01bdb66e0e8c9b96a26eb376690b0bdfe2db36f9 /include/linux/dma-buf-mapping.h
parente5f19b619fa0b691ccb537d72240bd20eb72087c (diff)
parentb703b31ea8cd22c1915cfdd6d8e39bf39ec64c8b (diff)
Merge tag 'common_phys_vec_via_vfio' into v6.20/vfio/next
* Reuse common phys_vec, phase out dma_buf_phys_vec Signed-off-by: Alex Williamson <alex@shazbot.org>
Diffstat (limited to 'include/linux/dma-buf-mapping.h')
-rw-r--r--include/linux/dma-buf-mapping.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/dma-buf-mapping.h b/include/linux/dma-buf-mapping.h
index a3c0ce2d3a42..09bde3f748e4 100644
--- a/include/linux/dma-buf-mapping.h
+++ b/include/linux/dma-buf-mapping.h
@@ -9,7 +9,7 @@
struct sg_table *dma_buf_phys_vec_to_sgt(struct dma_buf_attachment *attach,
struct p2pdma_provider *provider,
- struct dma_buf_phys_vec *phys_vec,
+ struct phys_vec *phys_vec,
size_t nr_ranges, size_t size,
enum dma_data_direction dir);
void dma_buf_free_sgt(struct dma_buf_attachment *attach, struct sg_table *sgt,