diff options
author | Julian Wiedmann <jwi@linux.ibm.com> | 2020-05-19 21:10:12 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-05-19 12:50:14 -0700 |
commit | e9a36ca5f6f302675e7e36101ffa0ca7f9b8779b (patch) | |
tree | faac3291c3f31e7f20b6ae7b9f3c91b54984659c /include/net/iucv | |
parent | dca1262f97499337489da7f5aa0bc6fec247a83f (diff) |
net/af_iucv: clean up function prototypes
Remove a bunch of forward declarations (trivially shifting code around
where needed), and make a few functions static.
Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/iucv')
-rw-r--r-- | include/net/iucv/af_iucv.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/net/iucv/af_iucv.h b/include/net/iucv/af_iucv.h index 14a490246be9..9259ce2b22f3 100644 --- a/include/net/iucv/af_iucv.h +++ b/include/net/iucv/af_iucv.h @@ -158,12 +158,4 @@ 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); -void iucv_accept_unlink(struct sock *sk); -struct sock *iucv_accept_dequeue(struct sock *parent, struct socket *newsock); - #endif /* __IUCV_H */ |