summaryrefslogtreecommitdiff
path: root/drivers/android
diff options
context:
space:
mode:
authorMartijn Coenen <maco@android.com>2017-12-20 16:21:00 +0100
committerAmit Pundir <amit.pundir@linaro.org>2018-01-22 13:16:20 +0530
commit5b3ff5e5a93a5d99f49b9fd532e2407bfde65748 (patch)
treeb85b5b810260dd0a85bbca7f880f05694d064881 /drivers/android
parenta8bd6ea3b4d35b5162c21de2bfbca9e7860814ca (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/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 d559596988d7..b4a958e20c44 100644
--- a/drivers/android/binder.c
+++ b/drivers/android/binder.c
@@ -513,8 +513,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
@@ -555,7 +553,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;