forked from Minki/linux
tcp: do not export tcp_init_xmit_timers()
After commit 900f65d361
("tcp: move duplicate code from
tcp_v4_init_sock()/tcp_v6_init_sock()"), we no longer
need to export tcp_init_xmit_timers()
Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Neal Cardwell <ncardwell@google.com>
Acked-by: Neal Cardwell <ncardwell@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
09cf0211f9
commit
a4e2405cc5
@ -649,4 +649,3 @@ void tcp_init_xmit_timers(struct sock *sk)
|
||||
inet_csk_init_xmit_timers(sk, &tcp_write_timer, &tcp_delack_timer,
|
||||
&tcp_keepalive_timer);
|
||||
}
|
||||
EXPORT_SYMBOL(tcp_init_xmit_timers);
|
||||
|
Loading…
Reference in New Issue
Block a user