gpu: ion: Export ion_client_create
authorJohan Mossberg <johan.mossberg@stericsson.com>
Mon, 10 Dec 2012 16:46:16 +0000 (17:46 +0100)
committerArve Hjønnevåg <arve@android.com>
Mon, 1 Jul 2013 21:16:17 +0000 (14:16 -0700)
Will enable modules to allocate memory with ion.

Signed-off-by: Johan Mossberg <johan.mossberg@stericsson.com>
drivers/gpu/ion/ion.c

index af304ee728526cdbcf089f6e0728bf6fd6714fe8..f6c2a4741601371da65e9c9d21bb237e6f980534 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)
 {