the rest of drivers/*: annotate ->poll() instances
[sfrench/cifs-2.6.git] / drivers / input / misc / uinput.c
index 39ddd9a73febb7f4c3d9b70d9422afcc51c42f02..91df0df15e685f813db27d822b50bc2a43ca1f4d 100644 (file)
@@ -694,7 +694,7 @@ static ssize_t uinput_read(struct file *file, char __user *buffer,
        return retval;
 }
 
-static unsigned int uinput_poll(struct file *file, poll_table *wait)
+static __poll_t uinput_poll(struct file *file, poll_table *wait)
 {
        struct uinput_device *udev = file->private_data;