aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRebecca Schultz Zavin <rebecca@android.com>2012-12-11 15:23:14 -0800
committerArve Hjønnevåg <arve@android.com>2013-07-01 14:16:17 -0700
commitf2fc3257231d227006a53f6c782e9709fdd7f6b7 (patch)
tree09f372e1ceec71c4d6f5ca1f1efab784bcc58411 /include
parentb12b1833f865acadea90cfeabf4bff940bf01baa (diff)
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);
* @name: used for debugging
*/
struct ion_client *ion_client_create(struct ion_device *dev,
- unsigned int heap_type_mask,
const char *name);
/**