Loading drivers/android/binder.c +0 −3 Original line number Diff line number Diff line Loading @@ -516,8 +516,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 Loading Loading @@ -560,7 +558,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; Loading Loading
drivers/android/binder.c +0 −3 Original line number Diff line number Diff line Loading @@ -516,8 +516,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 Loading Loading @@ -560,7 +558,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; Loading