ANDROID: staging: ion: Export query function to be used in modules
Export the ion_query_heaps_kernel to allow the module to get the registered heap information. Bug: 149961819 Signed-off-by: Hyesoo Yu <hyesoo.yu@samsung.com> Change-Id: I3756ef0cbd17611593c8d2f45e46476a864faaec
This commit is contained in:
parent
767a92e5d8
commit
6206069211
@ -92,6 +92,7 @@ out:
|
||||
up_read(&dev->lock);
|
||||
return num_heaps;
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(ion_query_heaps_kernel);
|
||||
|
||||
static int ion_query_heaps(struct ion_heap_query *query)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user