]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
ipv6: minor cleanup in net/ipv6/tcp_ipv6.c [RESEND ].
authorRami Rosen <ramirose@gmail.com>
Wed, 18 Jun 2008 07:51:09 +0000 (00:51 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 18 Jun 2008 07:51:09 +0000 (00:51 -0700)
In net/ipv6/tcp_ipv6.c:

  - Remove unneeded tcp_v6_send_check() declaration.

Signed-off-by: Rami Rosen <ramirose@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/tcp_ipv6.c

index daefc18d50a0f2faffef97d2450e3a2ec13b8c9c..09be09cc1aa62166eb58f1d487040b6f480e671d 100644 (file)
@@ -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);