Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 82935343 authored by Qingqing Zhou's avatar Qingqing Zhou
Browse files

arm: mm: dma-mapping: export arch_setup_dma_ops



Export the arch_setup_dma_ops symbol that can be used by the
dynamically loadable kernel module.

Change-Id: I267a6d23b97be4cb24f236c4d3a2fc90773af94d
Signed-off-by: default avatarQingqing Zhou <qqzhou@codeaurora.org>
parent 6ac75377
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2685,6 +2685,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)
{