]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
tcp: do not export tcp_init_xmit_timers()
authorEric Dumazet <edumazet@google.com>
Thu, 9 Jul 2015 16:01:40 +0000 (18:01 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 10 Jul 2015 04:44:38 +0000 (21:44 -0700)
After commit 900f65d361d3 ("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>
net/ipv4/tcp_timer.c

index 5b752f58a90063e7468b11f2853c7c006b679e60..7149ebc820c7d87afef856ce641ac63678abafa3 100644 (file)
@@ -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);