mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 22:14:04 +02:00
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:
parent
29298d156e
commit
38f5fe502c
|
|
@ -272,6 +272,7 @@ struct dma_heap *dma_heap_add(const struct dma_heap_export_info *exp_info)
|
|||
kfree(heap);
|
||||
return err_ret;
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(dma_heap_add);
|
||||
|
||||
static char *dma_heap_devnode(struct device *dev, umode_t *mode)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user