summaryrefslogtreecommitdiff
path: root/net/atm/common.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2017-12-31 16:35:22 +0100
committerChristoph Hellwig <hch@lst.de>2018-05-26 09:16:44 +0200
commit9f728af35fadf6e2b535daaf5897cdaec9a51681 (patch)
tree3c6dc424b1b450712c9120a1d19e98b92550a2bf /net/atm/common.h
parentf4335f52bb9e4e257e5a6426cdecef786f5739b7 (diff)
net/atm: convert to ->poll_mask
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'net/atm/common.h')
-rw-r--r--net/atm/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/atm/common.h b/net/atm/common.h
index 5850649068bb..526796ad230f 100644
--- a/net/atm/common.h
+++ b/net/atm/common.h
@@ -17,7 +17,7 @@ int vcc_connect(struct socket *sock, int itf, short vpi, int vci);
int vcc_recvmsg(struct socket *sock, struct msghdr *msg, size_t size,
int flags);
int vcc_sendmsg(struct socket *sock, struct msghdr *m, size_t total_len);
-__poll_t vcc_poll(struct file *file, struct socket *sock, poll_table *wait);
+__poll_t vcc_poll_mask(struct socket *sock, __poll_t events);
int vcc_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg);
int vcc_compat_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg);
int vcc_setsockopt(struct socket *sock, int level, int optname,