diff options
| author | Marek Szyprowski <m.szyprowski@samsung.com> | 2026-03-27 08:48:43 +0100 |
|---|---|---|
| committer | Marek Szyprowski <m.szyprowski@samsung.com> | 2026-03-27 08:48:51 +0100 |
| commit | ed734125ea6c7276aaac6e24b8fff72e51a47b18 (patch) | |
| tree | 5fef3ec414f32603c0f097c41cf2a9ed5aaebec9 /include/linux/dma-map-ops.h | |
| parent | 15d6dd1ed3d58656bd7b86e9303ad839d6913b2e (diff) | |
| parent | 34e0e2a8ea9e9e4f4dceb33072103dffaa1366b3 (diff) | |
Merge branch 'dt-reserved-mem-cleanups' into dma-mapping-for-next
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Diffstat (limited to 'include/linux/dma-map-ops.h')
| -rw-r--r-- | include/linux/dma-map-ops.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/dma-map-ops.h b/include/linux/dma-map-ops.h index 8a07df5a9ef6..d0642a6bc985 100644 --- a/include/linux/dma-map-ops.h +++ b/include/linux/dma-map-ops.h @@ -147,9 +147,6 @@ 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 |
