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

Commit 8cb3881c authored by Runmin Wang's avatar Runmin Wang
Browse files

arm: dma-mapping: Export arch_setup_dma_ops symbol



Some test modules depends on "arch_setup_dma_ops" to setup the
proper dma operations.

Change-Id: I1e36cf73be3bf7a260823a22c2fe30d8a9c0308d
Signed-off-by: default avatarRunmin Wang <runminw@codeaurora.org>
parent fa403c81
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2401,6 +2401,7 @@ void arch_setup_dma_ops(struct device *dev, u64 dma_base, u64 size,

	set_dma_ops(dev, dma_ops);
}
EXPORT_SYMBOL(arch_setup_dma_ops);

void arch_teardown_dma_ops(struct device *dev)
{