summaryrefslogtreecommitdiffstats
path: root/net/iucv
diff options
context:
space:
mode:
authorHeiko Carstens2007-10-08 11:02:52 +0200
committerDavid S. Miller2007-10-11 01:54:51 +0200
commit57f20448032158ad00b1e74f479515c689998be9 (patch)
treeba4f4990ec8931537f667725034e2e79d61276fa /net/iucv
parent[TG3]: Fix ethtool autonegotiate flags. (diff)
downloadkernel-qcow2-linux-57f20448032158ad00b1e74f479515c689998be9.tar.gz
kernel-qcow2-linux-57f20448032158ad00b1e74f479515c689998be9.tar.xz
kernel-qcow2-linux-57f20448032158ad00b1e74f479515c689998be9.zip
[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.c3
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 = {
.obj_size = sizeof(struct iucv_sock),
};
+static void iucv_sock_kill(struct sock *sk);
+static void iucv_sock_close(struct sock *sk);
+
/* Call Back functions */
static void iucv_callback_rx(struct iucv_path *, struct iucv_message *);
static void iucv_callback_txdone(struct iucv_path *, struct iucv_message *);