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 c520fb6e06d9..408fa4b7b9ba 100644 --- a/net/ipv4/tcp_timer.c +++ b/net/ipv4/tcp_timer.c | |||
@@ -279,7 +279,7 @@ static void tcp_probe_timer(struct sock *sk) | |||
279 | * The TCP retransmit timer. | 279 | * The TCP retransmit timer. |
280 | */ | 280 | */ |
281 | 281 | ||
282 | static void tcp_retransmit_timer(struct sock *sk) | 282 | void tcp_retransmit_timer(struct sock *sk) |
283 | { | 283 | { |
284 | struct tcp_sock *tp = tcp_sk(sk); | 284 | struct tcp_sock *tp = tcp_sk(sk); |
285 | struct inet_connection_sock *icsk = inet_csk(sk); | 285 | struct inet_connection_sock *icsk = inet_csk(sk); |