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

Commit 670bfe8d authored by Runmin Wang's avatar Runmin Wang
Browse files

arm64: dma-mapping: Export arch_setup_dma_ops symbol



Export arch_setup_dma_ops symbol.
Some test modules need to call "arch_setup_dma_ops" to setup
the proper dma operations.

Change-Id: Ieb8aca4dab96ee8bad7c5ad0a47f83e4316bf990
Signed-off-by: default avatarRunmin Wang <runminw@codeaurora.org>
Signed-off-by: default avatarPatrick Daly <pdaly@codeaurora.org>
parent 2d9d9935
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -936,3 +936,4 @@ void arch_setup_dma_ops(struct device *dev, u64 dma_base, u64 size,
	}
#endif
}
EXPORT_SYMBOL(arch_setup_dma_ops);