]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
commita4e2405cc5d20ed6d58c4874325856e80e76a7f8
tree8d7774976cfbf3476c7d2fe7d90cbd3ba2ad296e
parent09cf0211f970311383fdb453bbd5b3beeb294324
tcp: do not export tcp_init_xmit_timers()

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