tcp: remove unused tcp_fin() parameters
authorEric Dumazet <eric.dumazet@gmail.com>
Thu, 20 Oct 2011 21:44:03 +0000 (17:44 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 20 Oct 2011 21:44:03 +0000 (17:44 -0400)
tcp_fin() only needs socket pointer, we can remove skb and th params.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found