xen: fix poll misannotation

"Linux Kernel Mailing List" <[email protected]> Sun, 11 Feb 2018 23:11:10 +0000 (UTC)
Newsgroups gmane.linux.kernel.commits.head
Message-ID <[email protected]>
Web:        https://git.kernel.org/torvalds/c/0148a635ce40d65653bfda469fae8e4b8360baf3
Commit:     0148a635ce40d65653bfda469fae8e4b8360baf3
Parent:     63e2480c86bd610c1d52fdbb76dc6ebea08e518d
Refname:    refs/heads/master
Author:     Al Viro <[email protected]>
AuthorDate: Thu Feb 1 10:07:32 2018 -0500
Committer:  Al Viro <[email protected]>
CommitDate: Thu Feb 1 10:07:32 2018 -0500

    xen: fix poll misannotation
    
    Signed-off-by: Al Viro <[email protected]>
---
 drivers/xen/pvcalls-front.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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);
--
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html