summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorNitesh Shetty <nj.shetty@samsung.com>2026-01-12 20:08:08 +0530
committerJens Axboe <axboe@kernel.dk>2026-01-13 07:23:39 -0700
commit91e1c1bcf0f2376f40ac859cf17d0a64a605e662 (patch)
treef64a2b46e8d7692104582a29a550a74287303e93 /include/linux
parent65955a0993a0a9536263fea2eaae8aed496dcc9c (diff)
block, nvme: remove unused dma_iova_state function parameter
DMA IOVA state is not used inside blk_rq_dma_map_iter_next, get rid of the argument. Signed-off-by: Nitesh Shetty <nj.shetty@samsung.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/blk-mq-dma.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/blk-mq-dma.h b/include/linux/blk-mq-dma.h
index cb88fc791fbd..214c181ff2c9 100644
--- a/include/linux/blk-mq-dma.h
+++ b/include/linux/blk-mq-dma.h
@@ -28,7 +28,7 @@ struct blk_dma_iter {
bool blk_rq_dma_map_iter_start(struct request *req, struct device *dma_dev,
struct dma_iova_state *state, struct blk_dma_iter *iter);
bool blk_rq_dma_map_iter_next(struct request *req, struct device *dma_dev,
- struct dma_iova_state *state, struct blk_dma_iter *iter);
+ struct blk_dma_iter *iter);
/**
* blk_rq_dma_map_coalesce - were all segments coalesced?