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 a73596a4f804..fdc951083b07 100644 --- a/drivers/android/binder.c +++ b/drivers/android/binder.c | |||
@@ -4276,7 +4276,7 @@ static int binder_thread_release(struct binder_proc *proc, | |||
4276 | return active_transactions; | 4276 | return active_transactions; |
4277 | } | 4277 | } |
4278 | 4278 | ||
4279 | static unsigned int binder_poll(struct file *filp, | 4279 | static __poll_t binder_poll(struct file *filp, |
4280 | struct poll_table_struct *wait) | 4280 | struct poll_table_struct *wait) |
4281 | { | 4281 | { |
4282 | struct binder_proc *proc = filp->private_data; | 4282 | struct binder_proc *proc = filp->private_data; |