1
0
Fork 0

arm: dma-mapping: export arch_setup_dma_ops()

Signed-off-by: Horia Geantă <horia.geanta@nxp.com>
5.4-rM2-2.2.x-imx-squashed
Horia Geantă 2017-06-19 16:38:59 +03:00 committed by Dong Aisheng
parent 0babba4195
commit 690e978155
1 changed files with 1 additions and 0 deletions

View File

@ -2320,6 +2320,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)
{