diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2007-10-08 05:02:52 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-10 19:54:51 -0400 |
commit | 57f20448032158ad00b1e74f479515c689998be9 (patch) | |
tree | ba4f4990ec8931537f667725034e2e79d61276fa /include/net/iucv | |
parent | 405d8e5cbbe5aca20cc745046b70831bfc5e4a8f (diff) |
[AF_IUCV]: remove static declarations from header file.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Ursula Braun <braunu@de.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 | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/include/net/iucv/af_iucv.h b/include/net/iucv/af_iucv.h index c661c6fd6fd5..2ce0c901eadf 100644 --- a/include/net/iucv/af_iucv.h +++ b/include/net/iucv/af_iucv.h | |||
@@ -74,28 +74,8 @@ struct iucv_sock_list { | |||
74 | atomic_t autobind_name; | 74 | atomic_t autobind_name; |
75 | }; | 75 | }; |
76 | 76 | ||
77 | static void iucv_sock_destruct(struct sock *sk); | ||
78 | static void iucv_sock_cleanup_listen(struct sock *parent); | ||
79 | static void iucv_sock_kill(struct sock *sk); | ||
80 | static void iucv_sock_close(struct sock *sk); | ||
81 | static int iucv_sock_bind(struct socket *sock, struct sockaddr *addr, | ||
82 | int addr_len); | ||
83 | static int iucv_sock_connect(struct socket *sock, struct sockaddr *addr, | ||
84 | int alen, int flags); | ||
85 | static int iucv_sock_listen(struct socket *sock, int backlog); | ||
86 | static int iucv_sock_accept(struct socket *sock, struct socket *newsock, | ||
87 | int flags); | ||
88 | static int iucv_sock_getname(struct socket *sock, struct sockaddr *addr, | ||
89 | int *len, int peer); | ||
90 | static int iucv_sock_sendmsg(struct kiocb *iocb, struct socket *sock, | ||
91 | struct msghdr *msg, size_t len); | ||
92 | static int iucv_sock_recvmsg(struct kiocb *iocb, struct socket *sock, | ||
93 | struct msghdr *msg, size_t len, int flags); | ||
94 | unsigned int iucv_sock_poll(struct file *file, struct socket *sock, | 77 | unsigned int iucv_sock_poll(struct file *file, struct socket *sock, |
95 | poll_table *wait); | 78 | poll_table *wait); |
96 | static int iucv_sock_release(struct socket *sock); | ||
97 | static int iucv_sock_shutdown(struct socket *sock, int how); | ||
98 | |||
99 | void iucv_sock_link(struct iucv_sock_list *l, struct sock *s); | 79 | void iucv_sock_link(struct iucv_sock_list *l, struct sock *s); |
100 | void iucv_sock_unlink(struct iucv_sock_list *l, struct sock *s); | 80 | void iucv_sock_unlink(struct iucv_sock_list *l, struct sock *s); |
101 | int iucv_sock_wait_state(struct sock *sk, int state, int state2, | 81 | int iucv_sock_wait_state(struct sock *sk, int state, int state2, |