staging: ion: Remove left over comment
authorSachin Kamat <sachin.kamat@samsung.com>
Thu, 17 Jul 2014 05:47:15 +0000 (11:17 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Jul 2014 01:07:30 +0000 (18:07 -0700)
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.kamat@samsung.com>
Cc: Rebecca Schultz Zavin <rebecca@android.com>
Cc: John Stultz <john.stultz@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/android/ion/ion.h

index dcd2a0cdb192ed51f63c27da409bd8bfa7a2d026..d305bb7e9a749acce199f120ef13c6e789ab1c73 100644 (file)
@@ -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,
This page took 0.028951 seconds and 5 git commands to generate.