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 /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 'net/iucv')
-rw-r--r-- | net/iucv/af_iucv.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/iucv/af_iucv.c b/net/iucv/af_iucv.c index 53668585e947..65358722c397 100644 --- a/net/iucv/af_iucv.c +++ b/net/iucv/af_iucv.c | |||
@@ -41,6 +41,9 @@ static struct proto iucv_proto = { | |||
41 | .obj_size = sizeof(struct iucv_sock), | 41 | .obj_size = sizeof(struct iucv_sock), |
42 | }; | 42 | }; |
43 | 43 | ||
44 | static void iucv_sock_kill(struct sock *sk); | ||
45 | static void iucv_sock_close(struct sock *sk); | ||
46 | |||
44 | /* Call Back functions */ | 47 | /* Call Back functions */ |
45 | static void iucv_callback_rx(struct iucv_path *, struct iucv_message *); | 48 | static void iucv_callback_rx(struct iucv_path *, struct iucv_message *); |
46 | static void iucv_callback_txdone(struct iucv_path *, struct iucv_message *); | 49 | static void iucv_callback_txdone(struct iucv_path *, struct iucv_message *); |