From: David S. Miller Date: Fri, 31 Mar 2006 10:25:46 +0000 (-0800) Subject: [TCP]: Kill unused extern decl for tcp_v4_hash_connecting() X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=0803dbed7a23721d091639c9e173c0389dcd524a;p=mv-sheeva.git [TCP]: Kill unused extern decl for tcp_v4_hash_connecting() Noticed by Alan Menegotto. Signed-off-by: David S. Miller --- diff --git a/include/net/tcp.h b/include/net/tcp.h index 9418f4d1afb..3c989db8a7a 100644 --- a/include/net/tcp.h +++ b/include/net/tcp.h @@ -405,9 +405,6 @@ extern int tcp_disconnect(struct sock *sk, int flags); extern void tcp_unhash(struct sock *sk); -extern int tcp_v4_hash_connecting(struct sock *sk); - - /* From syncookies.c */ extern struct sock *cookie_v4_check(struct sock *sk, struct sk_buff *skb, struct ip_options *opt);