Commit 9122fe86 authored by Johan Mossberg's avatar Johan Mossberg Committed by Greg Kroah-Hartman

gpu: ion: Export ion_client_create

Will enable modules to allocate memory with ion.
Signed-off-by: default avatarJohan Mossberg <johan.mossberg@stericsson.com>
[jstultz: modified patch to apply to staging directory]
Signed-off-by: default avatarJohn Stultz <john.stultz@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 38eeeb51
......@@ -688,6 +688,7 @@ struct ion_client *ion_client_create(struct ion_device *dev,
return client;
}
EXPORT_SYMBOL(ion_client_create);
void ion_client_destroy(struct ion_client *client)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment