Commit 657b8dbc authored by Sachin Kamat's avatar Sachin Kamat Committed by Greg Kroah-Hartman

staging: ion: Remove left over comment

Commit 2bb9f503 ("gpu: ion: Remove heapmask from client")
removed the heap_type_mask parameter. Remove the associated
kernel-doc comment too.
Signed-off-by: default avatarSachin Kamat <sachin.kamat@samsung.com>
Cc: Rebecca Schultz Zavin <rebecca@android.com>
Cc: John Stultz <john.stultz@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent f4ef08f0
...@@ -84,7 +84,6 @@ void ion_reserve(struct ion_platform_data *data); ...@@ -84,7 +84,6 @@ void ion_reserve(struct ion_platform_data *data);
/** /**
* ion_client_create() - allocate a client and returns it * ion_client_create() - allocate a client and returns it
* @dev: the global ion device * @dev: the global ion device
* @heap_type_mask: mask of heaps this client can allocate from
* @name: used for debugging * @name: used for debugging
*/ */
struct ion_client *ion_client_create(struct ion_device *dev, struct ion_client *ion_client_create(struct ion_device *dev,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment