From: Martijn Coenen Date: Wed, 20 Dec 2017 15:21:00 +0000 (+0100) Subject: ANDROID: binder: Remove obsolete proc waitqueue. X-Git-Url: https://git.stricted.de/?p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git;a=commitdiff_plain;h=75caadb02e459b1978adbf9923340c04f6a90909 ANDROID: binder: Remove obsolete proc waitqueue. It was no longer being used. Change-Id: I7fc42b76f688a459ad990f59fbd7006b96bb91a6 Signed-off-by: Martijn Coenen --- diff --git a/drivers/android/binder.c b/drivers/android/binder.c index d8d34fc946a..f1e64f00d45 100644 --- a/drivers/android/binder.c +++ b/drivers/android/binder.c @@ -523,8 +523,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 @@ -566,7 +564,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;