mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 22:14:04 +02:00
ANDROID: Add EXPORT_SYMBOL_GPL for dma_heap_get_name
Upstream has no modules that use it, but in common we system/cma/etc are modular, so we need to export the new dma_heap_get_name() symbol Signed-off-by: John Stultz <john.stultz@linaro.org> Bug: 167709539 Change-Id: I25d77467742ea9c309c909874e0f1e9adf8a64af
This commit is contained in:
parent
892978dfab
commit
afb3cffa2f
|
|
@ -291,6 +291,7 @@ const char *dma_heap_get_name(struct dma_heap *heap)
|
|||
{
|
||||
return heap->name;
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(dma_heap_get_name);
|
||||
|
||||
struct dma_heap *dma_heap_add(const struct dma_heap_export_info *exp_info)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user