summaryrefslogtreecommitdiff
path: root/include/net
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2018-03-31 12:58:42 -0700
committerDavid S. Miller <davem@davemloft.net>2018-03-31 23:25:38 -0400
commitc22af22cbdc206a0273d0e6d773bd3dfc99d2b02 (patch)
treee870188e1ed4091ac5311ffaaf2ecb344f7d85c4 /include/net
parent5749d6af4925a9da362b37df920c2a1dc54689a1 (diff)
ipv6: frag: remove unused field
csum field in struct frag_queue is not used, remove it. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net')
-rw-r--r--include/net/ipv6.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/ipv6.h b/include/net/ipv6.h
index 50a6f0ddb878..5c18836672e9 100644
--- a/include/net/ipv6.h
+++ b/include/net/ipv6.h
@@ -603,7 +603,6 @@ struct frag_queue {
struct in6_addr daddr;
int iif;
- unsigned int csum;
__u16 nhoffset;
u8 ecn;
};