tcp: Remove unused parameter from tcp_v4_save_options
authorChristoph Paasch <christoph.paasch@uclouvain.be>
Wed, 26 Sep 2012 11:59:09 +0000 (11:59 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 27 Sep 2012 23:20:26 +0000 (19:20 -0400)
struct sock *sk is not used inside tcp_v4_save_options. Thus it can be
removed.

Signed-off-by: Christoph Paasch <christoph.paasch@uclouvain.be>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found