From 657b8dbc49bce60cc3f58c5667b731d77fa8e734 Mon Sep 17 00:00:00 2001 From: Sachin Kamat Date: Thu, 17 Jul 2014 11:17:15 +0530 Subject: [PATCH] staging: ion: Remove left over comment 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 Cc: Rebecca Schultz Zavin Cc: John Stultz Signed-off-by: Greg Kroah-Hartman --- 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, -- 2.34.1