mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
arm64: mm: Export __dma_map_area/__dma_unmap_area to support sram cache invalid/clean
Signed-off-by: Felix Zeng <felix.zeng@rock-chips.com> Change-Id: Iaffc599649e98112ea4561e14e8af9be4f86b6dc
This commit is contained in:
@@ -61,3 +61,8 @@ void arch_setup_dma_ops(struct device *dev, u64 dma_base, u64 size,
|
||||
dev->dma_ops = &xen_swiotlb_dma_ops;
|
||||
#endif
|
||||
}
|
||||
|
||||
#ifdef CONFIG_NO_GKI
|
||||
EXPORT_SYMBOL(__dma_map_area);
|
||||
EXPORT_SYMBOL(__dma_unmap_area);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user