]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - kernel/relay.c
HID: wacom: wacom_wac_collection() is local to wacom_wac.c
[linux.git] / kernel / relay.c
index 39a9dfc69486b57a85d115dcefee75d35907a74d..41280033a4c524fff06423fbb7bfdf2834f43e7e 100644 (file)
@@ -919,9 +919,9 @@ static int relay_file_mmap(struct file *filp, struct vm_area_struct *vma)
  *
  *     Poll implemention.
  */
-static unsigned int relay_file_poll(struct file *filp, poll_table *wait)
+static __poll_t relay_file_poll(struct file *filp, poll_table *wait)
 {
-       unsigned int mask = 0;
+       __poll_t mask = 0;
        struct rchan_buf *buf = filp->private_data;
 
        if (buf->finalized)