diff options
author | Eric Dumazet <edumazet@google.com> | 2018-03-31 21:58:42 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-04-01 05:25:38 +0200 |
commit | c22af22cbdc206a0273d0e6d773bd3dfc99d2b02 (patch) | |
tree | e870188e1ed4091ac5311ffaaf2ecb344f7d85c4 /include/net/ipv6.h | |
parent | Merge branch 'bnxt_en-next' (diff) | |
download | linux-c22af22cbdc206a0273d0e6d773bd3dfc99d2b02.tar.xz linux-c22af22cbdc206a0273d0e6d773bd3dfc99d2b02.zip |
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/ipv6.h')
-rw-r--r-- | include/net/ipv6.h | 1 |
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; }; |