arm: dma-mapping: Export arch_setup_dma_ops symbol
Some test modules need to call "arch_setup_dma_ops" to setup the proper dma operations. Change-Id: Icc884b53c85941f59f84bed108b536cc18b8be60 Signed-off-by: Venkatesh Yadav Abbarapu <vabbar@codeaurora.org>
This commit is contained in:
parent
9e4b3ba4af
commit
52096a1896
1 changed files with 1 additions and 0 deletions
|
@ -2284,6 +2284,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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue