Skip to content

Commit

Permalink
gpu: ion: Export ion_client_create
Browse files Browse the repository at this point in the history
Will enable modules to allocate memory with ion.

Signed-off-by: Johan Mossberg <johan.mossberg@stericsson.com>
[jstultz: modified patch to apply to staging directory]
Signed-off-by: John Stultz <john.stultz@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Johan Mossberg authored and Greg Kroah-Hartman committed Dec 14, 2013
1 parent 38eeeb5 commit 9122fe8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/staging/android/ion/ion.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 9122fe8

Please sign in to comment.