tcp/dccp: tw_timer_handler() is static
authorEric Dumazet <edumazet@google.com>
Tue, 12 May 2015 13:22:56 +0000 (06:22 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 13 May 2015 19:21:33 +0000 (15:21 -0400)
commit216f8bb9f67ff636769064f86812e1ce6466e4af
tree5141a2155205f38d409a1f24adeb3350fb362208
parentdd58c6359b38cff91100593ea4926adb19e85636
tcp/dccp: tw_timer_handler() is static

tw_timer_handler() is only used from net/ipv4/inet_timewait_sock.c

Fixes: 789f558cfb36 ("tcp/dccp: get rid of central timewait timer")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/inet_timewait_sock.c