diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2018-02-01 10:07:32 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2018-02-01 10:07:32 -0500 |
commit | 0148a635ce40d65653bfda469fae8e4b8360baf3 (patch) | |
tree | 7774efabc9a748c00206b4d037844fd6cf3efd63 | |
parent | 63e2480c86bd610c1d52fdbb76dc6ebea08e518d (diff) | |
download | linux-0148a635ce40d65653bfda469fae8e4b8360baf3.tar.gz linux-0148a635ce40d65653bfda469fae8e4b8360baf3.tar.bz2 linux-0148a635ce40d65653bfda469fae8e4b8360baf3.zip |
xen: fix poll misannotation
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
-rw-r--r-- | drivers/xen/pvcalls-front.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/xen/pvcalls-front.h b/drivers/xen/pvcalls-front.h index 3332978f4fcd..f694ad77379f 100644 --- a/drivers/xen/pvcalls-front.h +++ b/drivers/xen/pvcalls-front.h @@ -20,7 +20,7 @@ int pvcalls_front_recvmsg(struct socket *sock, struct msghdr *msg, size_t len, int flags); -unsigned int pvcalls_front_poll(struct file *file, +__poll_t pvcalls_front_poll(struct file *file, struct socket *sock, poll_table *wait); int pvcalls_front_release(struct socket *sock); |