ARM: dma-mapping: export arch_setup_dma_ops()
authorHoria Geantă <horia.geanta@nxp.com>
Mon, 19 Jun 2017 13:38:59 +0000 (16:38 +0300)
committerDong Aisheng <aisheng.dong@nxp.com>
Mon, 14 Dec 2020 02:34:21 +0000 (10:34 +0800)
Signed-off-by: Horia Geantă <horia.geanta@nxp.com>
arch/arm/mm/dma-mapping.c

index c4b8df2..26d6790 100644 (file)
@@ -2285,6 +2285,7 @@ void arch_setup_dma_ops(struct device *dev, u64 dma_base, u64 size,
 #endif
        dev->archdata.dma_ops_setup = true;
 }
+EXPORT_SYMBOL(arch_setup_dma_ops);
 
 void arch_teardown_dma_ops(struct device *dev)
 {