aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/net/sock.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/sock.h b/include/net/sock.h
index 2aab9b63bf16..1bc57609f8e1 100644
--- a/include/net/sock.h
+++ b/include/net/sock.h
@@ -1242,8 +1242,6 @@ static inline int __sk_prot_rehash(struct sock *sk)
1242 return sk->sk_prot->hash(sk); 1242 return sk->sk_prot->hash(sk);
1243} 1243}
1244 1244
1245void sk_prot_clear_portaddr_nulls(struct sock *sk, int size);
1246
1247/* About 10 seconds */ 1245/* About 10 seconds */
1248#define SOCK_DESTROY_TIME (10*HZ) 1246#define SOCK_DESTROY_TIME (10*HZ)
1249 1247