aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/android
diff options
context:
space:
mode:
authorMartijn Coenen <maco@android.com>2018-01-04 11:21:17 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-01-09 17:59:21 +0100
commite940c10875b2398a85670130b8b12bd8ff54eb4c (patch)
tree45b1f2485f481bb772fb46cf264b531006c4fdcc /drivers/android
parentDrivers: hv: vmbus: Remove x86-isms from arch independent drivers (diff)
downloadlinux-dev-e940c10875b2398a85670130b8b12bd8ff54eb4c.tar.xz
linux-dev-e940c10875b2398a85670130b8b12bd8ff54eb4c.zip
ANDROID: binder: Remove obsolete proc waitqueue.
It was no longer being used. Signed-off-by: Martijn Coenen <maco@android.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/android')
-rw-r--r--drivers/android/binder.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/android/binder.c b/drivers/android/binder.c
index de4b67f09ddb..7c4b97c04950 100644
--- a/drivers/android/binder.c
+++ b/drivers/android/binder.c
@@ -493,8 +493,6 @@ enum binder_deferred_state {
* (protected by @inner_lock)
* @todo: list of work for this process
* (protected by @inner_lock)
- * @wait: wait queue head to wait for proc work
- * (invariant after initialized)
* @stats: per-process binder statistics
* (atomics, no lock needed)
* @delivered_death: list of delivered death notification
@@ -537,7 +535,6 @@ struct binder_proc {
bool is_dead;
struct list_head todo;
- wait_queue_head_t wait;
struct binder_stats stats;
struct list_head delivered_death;
int max_threads;