mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09: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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user