inet: Remove unused send_check length argument
[linux-drm-fsl-dcu.git] / net / ipv4 / tcp_ipv4.c
index aebfd28c50892decde5084f01c733ca5dd3d05a3..a24995cdc4b65219af97416846c8e9bf5d190f3b 100644 (file)
@@ -537,7 +537,7 @@ static void __tcp_v4_send_check(struct sk_buff *skb,
 }
 
 /* This routine computes an IPv4 TCP checksum. */
-void tcp_v4_send_check(struct sock *sk, int len, struct sk_buff *skb)
+void tcp_v4_send_check(struct sock *sk, struct sk_buff *skb)
 {
        struct inet_sock *inet = inet_sk(sk);