1
0
Fork 0

export arch_setup_dma_ops()

Signed-off-by: Madalin Bucur <madalin.bucur@nxp.com>
5.4-rM2-2.2.x-imx-squashed
Madalin Bucur 2017-06-07 17:54:10 +03:00 committed by Dong Aisheng
parent 4e02081fa8
commit 0babba4195
1 changed files with 1 additions and 0 deletions

View File

@ -57,3 +57,4 @@ void arch_setup_dma_ops(struct device *dev, u64 dma_base, u64 size,
dev->dma_ops = &xen_swiotlb_dma_ops;
#endif
}
EXPORT_SYMBOL(arch_setup_dma_ops);