diff options
author | Adrian Bunk <bunk@stusta.de> | 2007-01-03 18:48:13 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2007-01-03 18:48:13 -0800 |
commit | 7f18ba6248625a587559ed1206d12ccaa3ad045e (patch) | |
tree | 4f48a5a6e167d5da2fe9a58dff76b443a99f64f6 /net/x25 | |
parent | 5e7c001c6279f38b15fef5369496fe1043765727 (diff) | |
download | linux-7f18ba6248625a587559ed1206d12ccaa3ad045e.tar.bz2 |
[X25]: proper prototype for x25_init_timers()
This patch adds a proper prototype for x25_init_timers() in
include/net/x25.h
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/x25')
-rw-r--r-- | net/x25/af_x25.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/x25/af_x25.c b/net/x25/af_x25.c index 52a2726d327f..b5c80b189902 100644 --- a/net/x25/af_x25.c +++ b/net/x25/af_x25.c @@ -484,8 +484,6 @@ out: return sk; } -void x25_init_timers(struct sock *sk); - static int x25_create(struct socket *sock, int protocol) { struct sock *sk; |