diff options
| author | Johan Mossberg <johan.mossberg@stericsson.com> | 2012-12-10 17:46:16 +0100 |
|---|---|---|
| committer | Arve Hjønnevåg <arve@android.com> | 2013-07-01 14:16:17 -0700 |
| commit | b12b1833f865acadea90cfeabf4bff940bf01baa (patch) | |
| tree | 639451adf96c32b75d81ea3787ccdfa2def9b330 /drivers/gpu | |
| parent | dbb80960d2f720c9d06dcbe4726fc5a1e2c4e8e0 (diff) | |
| download | olio-linux-3.10-b12b1833f865acadea90cfeabf4bff940bf01baa.tar.xz olio-linux-3.10-b12b1833f865acadea90cfeabf4bff940bf01baa.zip | |
gpu: ion: Export ion_client_create
Will enable modules to allocate memory with ion.
Signed-off-by: Johan Mossberg <johan.mossberg@stericsson.com>
Diffstat (limited to 'drivers/gpu')
| -rw-r--r-- | drivers/gpu/ion/ion.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/ion/ion.c b/drivers/gpu/ion/ion.c index af304ee7285..f6c2a474160 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) { |