ANDROID: GKI: ARM64: dma-mapping: export symbol arch_setup_dma_ops

Fixes the following error on an allmodconfig build
ERROR: "arch_setup_dma_ops" [sound/soc/snd-soc-core.ko] undefined!

Bug: 151372815
Test: build
Change-Id: Id2fcb63664c8ac8879f2cf654ac1424577c46709
Signed-off-by: Hridya Valsaraju <hridya@google.com>
This commit is contained in:
Hridya Valsaraju
2020-04-02 09:52:52 -07:00
parent 195bdb8112
commit cc7156f3c5

View File

@@ -959,3 +959,4 @@ void arch_setup_dma_ops(struct device *dev, u64 dma_base, u64 size,
}
#endif
}
EXPORT_SYMBOL_GPL(arch_setup_dma_ops);