Merge tag 'for-linus-4.16-1' of git://github.com/cminyard/linux-ipmi
[linux-2.6-microblaze.git] / drivers / char / ipmi / ipmi_watchdog.c
index 7758879..34bc1f3 100644 (file)
@@ -887,9 +887,9 @@ static int ipmi_open(struct inode *ino, struct file *filep)
        }
 }
 
-static unsigned int ipmi_poll(struct file *file, poll_table *wait)
+static __poll_t ipmi_poll(struct file *file, poll_table *wait)
 {
-       unsigned int mask = 0;
+       __poll_t mask = 0;
 
        poll_wait(file, &read_q, wait);