Commit 2bb9f5034ec7 ("gpu: ion: Remove heapmask from client")
removed the heap_type_mask parameter. Remove the associated
kernel-doc comment too.

Signed-off-by: Sachin Kamat <sachin.ka...@samsung.com>
Cc: Rebecca Schultz Zavin <rebe...@android.com>
Cc: John Stultz <john.stu...@linaro.org>
---
 drivers/staging/android/ion/ion.h |    1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/staging/android/ion/ion.h 
b/drivers/staging/android/ion/ion.h
index dcd2a0cdb192..d305bb7e9a74 100644
--- a/drivers/staging/android/ion/ion.h
+++ b/drivers/staging/android/ion/ion.h
@@ -84,7 +84,6 @@ void ion_reserve(struct ion_platform_data *data);
 /**
  * ion_client_create() -  allocate a client and returns it
  * @dev:               the global ion device
- * @heap_type_mask:    mask of heaps this client can allocate from
  * @name:              used for debugging
  */
 struct ion_client *ion_client_create(struct ion_device *dev,
-- 
1.7.9.5

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to