diff options
Diffstat (limited to 'net/ipv4/tcp_timer.c')
-rw-r--r-- | net/ipv4/tcp_timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp_timer.c b/net/ipv4/tcp_timer.c index a242f8874629..7fdf222a0bdf 100644 --- a/net/ipv4/tcp_timer.c +++ b/net/ipv4/tcp_timer.c | |||
@@ -22,7 +22,7 @@ | |||
22 | #include <linux/gfp.h> | 22 | #include <linux/gfp.h> |
23 | #include <net/tcp.h> | 23 | #include <net/tcp.h> |
24 | 24 | ||
25 | u32 tcp_retransmit_stamp(const struct sock *sk) | 25 | static u32 tcp_retransmit_stamp(const struct sock *sk) |
26 | { | 26 | { |
27 | u32 start_ts = tcp_sk(sk)->retrans_stamp; | 27 | u32 start_ts = tcp_sk(sk)->retrans_stamp; |
28 | 28 | ||