diff options
Diffstat (limited to 'fs/dlm/user.c')
-rw-r--r-- | fs/dlm/user.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/dlm/user.c b/fs/dlm/user.c index d18e7a539f11..662432af8ce8 100644 --- a/fs/dlm/user.c +++ b/fs/dlm/user.c | |||
@@ -887,7 +887,7 @@ static ssize_t device_read(struct file *file, char __user *buf, size_t count, | |||
887 | return rv; | 887 | return rv; |
888 | } | 888 | } |
889 | 889 | ||
890 | static unsigned int device_poll(struct file *file, poll_table *wait) | 890 | static __poll_t device_poll(struct file *file, poll_table *wait) |
891 | { | 891 | { |
892 | struct dlm_user_proc *proc = file->private_data; | 892 | struct dlm_user_proc *proc = file->private_data; |
893 | 893 | ||