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

Commit 490187cc authored by Charan Teja Reddy's avatar Charan Teja Reddy
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
lodable kernel module.

Change-Id: Icf84c7653743748060d39d08e91175fb4dad3f93
Signed-off-by: default avatarCharan Teja Reddy <charante@codeaurora.org>
parent d5df5c28
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2672,6 +2672,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)
{