Skip to content

Commit

Permalink
gre6: Clean up unused struct ipv6_tel_txoption definition
Browse files Browse the repository at this point in the history
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 <jkbs@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Jakub Sitnicki authored and David S. Miller committed Jan 20, 2017
1 parent c2a2efb commit c10aa71
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions net/ipv6/ip6_gre.c
Original file line number Diff line number Diff line change
Expand Up @@ -484,11 +484,6 @@ static int gre_rcv(struct sk_buff *skb)
return 0;
}

struct ipv6_tel_txoption {
struct ipv6_txoptions ops;
__u8 dst_opt[8];
};

static int gre_handle_offloads(struct sk_buff *skb, bool csum)
{
return iptunnel_handle_offloads(skb,
Expand Down

0 comments on commit c10aa71

Please sign in to comment.