gpu: ion: Export ion_client_create
authorJohan Mossberg <johan.mossberg@stericsson.com>
Fri, 13 Dec 2013 22:24:29 +0000 (14:24 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 14 Dec 2013 16:55:41 +0000 (08:55 -0800)
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>
drivers/staging/android/ion/ion.c

index c775e4f..7c25d9f 100644 (file)
@@ -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)
 {