aboutsummaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorMartijn Coenen <maco@android.com>2017-12-20 16:21:00 +0100
committerMister Oyster <oysterized@gmail.com>2017-12-21 12:56:29 +0100
commite0c55be6b6e44203d4fdfd53ff8c14500dd67948 (patch)
treeeab329f295204ab77a8ffed6be3e3470268f9273 /drivers
parentb38b08eba2ab8d5d61f5eb2447ceba652f912729 (diff)
ANDROID: binder: Remove obsolete proc waitqueue.
It was no longer being used. Change-Id: I7fc42b76f688a459ad990f59fbd7006b96bb91a6 Signed-off-by: Martijn Coenen <maco@android.com>
Diffstat (limited to 'drivers')
-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 4d75fd777..d86df1de6 100644
--- a/drivers/android/binder.c
+++ b/drivers/android/binder.c
@@ -519,8 +519,6 @@ struct binder_priority {
* (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
@@ -563,7 +561,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;