PD#165090: EXPORT_SYMBOL for dma_alloc_from_contiguous && dma_release_from_contiguous
Change-Id: I3809ed9a393e99fad9c63e3cbc60003de2ed8748
Signed-off-by: Jiacheng Mei <jiacheng.mei@amlogic.com>
return cma_alloc(dev_get_cma_area(dev), count, align);
}
+EXPORT_SYMBOL(dma_alloc_from_contiguous);
/**
* dma_release_from_contiguous() - release allocated pages
{
return cma_release(dev_get_cma_area(dev), pages, count);
}
-
+EXPORT_SYMBOL(dma_release_from_contiguous);
/*
* Support for reserved memory regions defined in device tree
*/