From: Rami Rosen Date: Wed, 18 Jun 2008 07:51:09 +0000 (-0700) Subject: ipv6: minor cleanup in net/ipv6/tcp_ipv6.c [RESEND ]. X-Git-Tag: v2.6.27-rc1~964^2~288 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dd574dbfcc9e74e7dd8fd59ae0075d23e71a3da1;p=profile%2Fivi%2Fkernel-x86-ivi.git ipv6: minor cleanup in net/ipv6/tcp_ipv6.c [RESEND ]. In net/ipv6/tcp_ipv6.c: - Remove unneeded tcp_v6_send_check() declaration. Signed-off-by: Rami Rosen Signed-off-by: David S. Miller --- diff --git a/net/ipv6/tcp_ipv6.c b/net/ipv6/tcp_ipv6.c index daefc18..09be09c 100644 --- a/net/ipv6/tcp_ipv6.c +++ b/net/ipv6/tcp_ipv6.c @@ -70,8 +70,6 @@ static void tcp_v6_send_reset(struct sock *sk, struct sk_buff *skb); static void tcp_v6_reqsk_send_ack(struct sk_buff *skb, struct request_sock *req); -static void tcp_v6_send_check(struct sock *sk, int len, - struct sk_buff *skb); static int tcp_v6_do_rcv(struct sock *sk, struct sk_buff *skb);