tcp: tcp_limit_reno_sacked can become static

Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Ilpo Järvinen 2008-11-25 13:45:29 -08:00 committed by David S. Miller
parent 2f9889a20c
commit 8eecaba900
2 changed files with 1 additions and 3 deletions

View file

@ -1940,7 +1940,7 @@ out:
/* Limits sacked_out so that sum with lost_out isn't ever larger than
* packets_out. Returns zero if sacked_out adjustement wasn't necessary.
*/
int tcp_limit_reno_sacked(struct tcp_sock *tp)
static int tcp_limit_reno_sacked(struct tcp_sock *tp)
{
u32 holes;