summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorMarek Szyprowski <m.szyprowski@samsung.com>2025-09-12 00:04:09 +0200
committerMarek Szyprowski <m.szyprowski@samsung.com>2025-09-12 00:04:09 +0200
commitb9a62320d83863c40973d548dcd379cd6390da20 (patch)
tree5ba51bf79bf9d5bdc5b2ae8165e214f80bf74141 /include/linux
parent110aa2c74dbd9de862afc8546d1b9be4c86f9eb0 (diff)
parent7e2368a21741e2db542330b32aa6fdd8908e7cff (diff)
Merge tag 'dma-mapping-6.17-2025-09-09' into HEAD
dma-mapping fix for Linux 6.17 - one more fix for DMA API debugging infrastructure (Baochen Qiang)
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/dma-map-ops.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/dma-map-ops.h b/include/linux/dma-map-ops.h
index f48e5fb88bd5..332b80c42b6f 100644
--- a/include/linux/dma-map-ops.h
+++ b/include/linux/dma-map-ops.h
@@ -153,6 +153,9 @@ static inline void dma_free_contiguous(struct device *dev, struct page *page,
{
__free_pages(page, get_order(size));
}
+static inline void dma_contiguous_early_fixup(phys_addr_t base, unsigned long size)
+{
+}
#endif /* CONFIG_DMA_CMA*/
#ifdef CONFIG_DMA_DECLARE_COHERENT