ANDROID: Export dma_heap_add to modularize heaps

Export dma_heap_add in order to allow heaps to be compiled as modules.

Bug: 155218010
Signed-off-by: Chris Goldsworthy <cgoldswo@codeaurora.org>
Change-Id: I7e63c8e757d8cbbfaa1ef34eba8f589d70ba0b91
This commit is contained in:
Chris Goldsworthy
2020-05-16 10:22:16 -07:00
committed by Hridya Valsaraju
parent 29298d156e
commit 38f5fe502c

View File

@@ -272,6 +272,7 @@ err0:
kfree(heap);
return err_ret;
}
EXPORT_SYMBOL_GPL(dma_heap_add);
static char *dma_heap_devnode(struct device *dev, umode_t *mode)
{