diff options
Diffstat (limited to 'drivers/android/binder.c')
-rw-r--r-- | drivers/android/binder.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/android/binder.c b/drivers/android/binder.c index a7ecfde66b7b..cc89d0d2b965 100644 --- a/drivers/android/binder.c +++ b/drivers/android/binder.c | |||
@@ -4311,7 +4311,7 @@ static int binder_thread_release(struct binder_proc *proc, | |||
4311 | return active_transactions; | 4311 | return active_transactions; |
4312 | } | 4312 | } |
4313 | 4313 | ||
4314 | static unsigned int binder_poll(struct file *filp, | 4314 | static __poll_t binder_poll(struct file *filp, |
4315 | struct poll_table_struct *wait) | 4315 | struct poll_table_struct *wait) |
4316 | { | 4316 | { |
4317 | struct binder_proc *proc = filp->private_data; | 4317 | struct binder_proc *proc = filp->private_data; |