projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09cf021
)
tcp: do not export tcp_init_xmit_timers()
author
Eric Dumazet
<
[email protected]
>
Thu, 9 Jul 2015 16:01:40 +0000
(18:01 +0200)
committer
David S. Miller
<
[email protected]
>
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 <
[email protected]
>
Cc: Neal Cardwell <
[email protected]
>
Acked-by: Neal Cardwell <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
net/ipv4/tcp_timer.c
patch
|
blob
|
history
diff --git
a/net/ipv4/tcp_timer.c
b/net/ipv4/tcp_timer.c
index 5b752f58a90063e7468b11f2853c7c006b679e60..7149ebc820c7d87afef856ce641ac63678abafa3 100644
(file)
--- a/
net/ipv4/tcp_timer.c
+++ b/
net/ipv4/tcp_timer.c
@@
-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);