aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/iucv
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2017-12-31 16:40:15 +0100
committerChristoph Hellwig <hch@lst.de>2018-05-26 09:16:44 +0200
commitf87be8948185a4f1085aea38bccd0d2ce07f711c (patch)
tree55af5bc4b09a5b5fd7be9482e5f218706ef46c80 /include/net/iucv
parentnet/phonet: convert to ->poll_mask (diff)
downloadlinux-dev-f87be8948185a4f1085aea38bccd0d2ce07f711c.tar.xz
linux-dev-f87be8948185a4f1085aea38bccd0d2ce07f711c.zip
net/iucv: convert to ->poll_mask
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'include/net/iucv')
-rw-r--r--include/net/iucv/af_iucv.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/iucv/af_iucv.h b/include/net/iucv/af_iucv.h
index f4c21b5a1242..b0eaeb02d46d 100644
--- a/include/net/iucv/af_iucv.h
+++ b/include/net/iucv/af_iucv.h
@@ -153,8 +153,6 @@ struct iucv_sock_list {
atomic_t autobind_name;
};
-__poll_t iucv_sock_poll(struct file *file, struct socket *sock,
- poll_table *wait);
void iucv_sock_link(struct iucv_sock_list *l, struct sock *s);
void iucv_sock_unlink(struct iucv_sock_list *l, struct sock *s);
void iucv_accept_enqueue(struct sock *parent, struct sock *sk);