projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbb8096
)
gpu: ion: Export ion_client_create
author
Johan Mossberg
<johan.mossberg@stericsson.com>
Mon, 10 Dec 2012 16:46:16 +0000
(17:46 +0100)
committer
Arve 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
patch
|
blob
|
history
diff --git
a/drivers/gpu/ion/ion.c
b/drivers/gpu/ion/ion.c
index af304ee728526cdbcf089f6e0728bf6fd6714fe8..f6c2a4741601371da65e9c9d21bb237e6f980534 100644
(file)
--- 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)
{