aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRebecca Schultz Zavin2012-12-11 17:23:14 -0600
committerArve Hjønnevåg2013-02-19 19:56:05 -0600
commit68d0fcfb4ec48060f00052ac965c6067326c4d47 (patch)
treeb719a6905b646af1dc928b495b8909ed5e32adca /include
parentceb0878df2a696c772ac6e2fe1c1f7851a2eef7c (diff)
downloadkernel-common-68d0fcfb4ec48060f00052ac965c6067326c4d47.tar.gz
kernel-common-68d0fcfb4ec48060f00052ac965c6067326c4d47.tar.xz
kernel-common-68d0fcfb4ec48060f00052ac965c6067326c4d47.zip
gpu: ion: Remove heapmask from client
The heapmask in the client generally wasn't being used. This patch removes it. Change-Id: I3526723fbf8f2e81c28c0733deb583ea14bdd837 Signed-off-by: Rebecca Schultz Zavin <rebecca@android.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/ion.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/ion.h b/include/linux/ion.h
index 610665d2be7..a55d11fbcbd 100644
--- a/include/linux/ion.h
+++ b/include/linux/ion.h
@@ -126,7 +126,6 @@ void ion_reserve(struct ion_platform_data *data);
126 * @name: used for debugging 126 * @name: used for debugging
127 */ 127 */
128struct ion_client *ion_client_create(struct ion_device *dev, 128struct ion_client *ion_client_create(struct ion_device *dev,
129 unsigned int heap_type_mask,
130 const char *name); 129 const char *name);
131 130
132/** 131/**