diff options
author | Jakub Sitnicki <jkbs@redhat.com> | 2017-01-20 14:53:06 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-01-20 11:37:01 -0500 |
commit | c10aa71b9d823603306a3bcd19f6c584bdf14ef7 (patch) | |
tree | 274632ac24500b5ee058cabf95f76b9557dfe367 /net/ipv6 | |
parent | c2a2efbbfcb31bedcf81170fc1aa920255c33b8f (diff) |
gre6: Clean up unused struct ipv6_tel_txoption definition
Commit b05229f44228 ("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>
Diffstat (limited to 'net/ipv6')
-rw-r--r-- | net/ipv6/ip6_gre.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/net/ipv6/ip6_gre.c b/net/ipv6/ip6_gre.c index 75b6108234dd..65bdfd1cca80 100644 --- a/net/ipv6/ip6_gre.c +++ b/net/ipv6/ip6_gre.c @@ -484,11 +484,6 @@ drop: 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, |