Skip to content

Commit c10aa71

Browse files
Jakub Sitnickidavem330
authored andcommitted
gre6: Clean up unused struct ipv6_tel_txoption definition
Commit b05229f ("gre6: Cleanup GREv6 transmit path, call common GRE functions") removed the ip6gre specific transmit function, but left the struct ipv6_tel_txoption definition. Clean it up. Signed-off-by: Jakub Sitnicki <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent c2a2efb commit c10aa71

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

net/ipv6/ip6_gre.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -484,11 +484,6 @@ static int gre_rcv(struct sk_buff *skb)
484484
return 0;
485485
}
486486

487-
struct ipv6_tel_txoption {
488-
struct ipv6_txoptions ops;
489-
__u8 dst_opt[8];
490-
};
491-
492487
static int gre_handle_offloads(struct sk_buff *skb, bool csum)
493488
{
494489
return iptunnel_handle_offloads(skb,

0 commit comments

Comments
 (0)