Skip to content

Commit

Permalink
ipv6: minor cleanup in net/ipv6/tcp_ipv6.c [RESEND ].
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Rami Rosen authored and David S. Miller committed Jun 18, 2008
1 parent 972692e commit dd574db
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions net/ipv6/tcp_ipv6.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit dd574db

Please sign in to comment.