diff options
-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, | |||
20 | struct msghdr *msg, | 20 | struct msghdr *msg, |
21 | size_t len, | 21 | size_t len, |
22 | int flags); | 22 | int flags); |
23 | unsigned int pvcalls_front_poll(struct file *file, | 23 | __poll_t pvcalls_front_poll(struct file *file, |
24 | struct socket *sock, | 24 | struct socket *sock, |
25 | poll_table *wait); | 25 | poll_table *wait); |
26 | int pvcalls_front_release(struct socket *sock); | 26 | int pvcalls_front_release(struct socket *sock); |