x86: annotate ->poll() instances
[sfrench/cifs-2.6.git] / arch / x86 / kernel / apm_32.c
index e4b0d92b3ae067cec7f68acc76d7ac4615fe43b1..ab186534200294e67452b8a675db329a5e2032b9 100644 (file)
@@ -1506,7 +1506,7 @@ static ssize_t do_read(struct file *fp, char __user *buf, size_t count, loff_t *
        return 0;
 }
 
-static unsigned int do_poll(struct file *fp, poll_table *wait)
+static __poll_t do_poll(struct file *fp, poll_table *wait)
 {
        struct apm_user *as;