Skip to content

Commit dd574db

Browse files
ramirosendavem330
authored andcommitted
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 <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 972692e commit dd574db

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

net/ipv6/tcp_ipv6.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@
7070

7171
static void tcp_v6_send_reset(struct sock *sk, struct sk_buff *skb);
7272
static void tcp_v6_reqsk_send_ack(struct sk_buff *skb, struct request_sock *req);
73-
static void tcp_v6_send_check(struct sock *sk, int len,
74-
struct sk_buff *skb);
7573

7674
static int tcp_v6_do_rcv(struct sock *sk, struct sk_buff *skb);
7775

0 commit comments

Comments
 (0)