Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a4e2405c authored by Eric Dumazet's avatar Eric Dumazet Committed by David S. Miller
Browse files

tcp: do not export tcp_init_xmit_timers()



After commit 900f65d3 ("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: default avatarEric Dumazet <edumazet@google.com>
Cc: Neal Cardwell <ncardwell@google.com>
Acked-by: default avatarNeal Cardwell <ncardwell@google.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 09cf0211
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -649,4 +649,3 @@ void tcp_init_xmit_timers(struct sock *sk)
	inet_csk_init_xmit_timers(sk, &tcp_write_timer, &tcp_delack_timer,
	inet_csk_init_xmit_timers(sk, &tcp_write_timer, &tcp_delack_timer,
				  &tcp_keepalive_timer);
				  &tcp_keepalive_timer);
}
}
EXPORT_SYMBOL(tcp_init_xmit_timers);