From: Johan Mossberg Date: Mon, 10 Dec 2012 16:46:16 +0000 (+0100) Subject: gpu: ion: Export ion_client_create X-Git-Tag: firefly_0821_release~4090^2~622 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b12b1833f865acadea90cfeabf4bff940bf01baa;p=firefly-linux-kernel-4.4.55.git gpu: ion: Export ion_client_create Will enable modules to allocate memory with ion. Signed-off-by: Johan Mossberg --- diff --git a/drivers/gpu/ion/ion.c b/drivers/gpu/ion/ion.c index af304ee72852..f6c2a4741601 100644 --- a/drivers/gpu/ion/ion.c +++ b/drivers/gpu/ion/ion.c @@ -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) {