diff options
author | Florian Westphal <fw@strlen.de> | 2021-06-05 13:54:43 +0300 |
---|---|---|
committer | Steffen Klassert <steffen.klassert@secunet.com> | 2021-06-09 10:38:52 +0300 |
commit | 152bca090243f2aebbf4c0a2aa723ab610e6f3c4 (patch) | |
tree | 2871024071992fd8d4913df79a3e6afbeec10e98 /net/ipv4/ipcomp.c | |
parent | a925316af80ae93186f00d80163f5a3c7f5b4782 (diff) | |
download | linux-152bca090243f2aebbf4c0a2aa723ab610e6f3c4.tar.xz |
xfrm: remove description from xfrm_type struct
Its set but never read. Reduces size of xfrm_type to 64 bytes on 64bit.
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Diffstat (limited to 'net/ipv4/ipcomp.c')
-rw-r--r-- | net/ipv4/ipcomp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv4/ipcomp.c b/net/ipv4/ipcomp.c index b42683212c65..2e69e81e1f5d 100644 --- a/net/ipv4/ipcomp.c +++ b/net/ipv4/ipcomp.c @@ -152,7 +152,6 @@ static int ipcomp4_rcv_cb(struct sk_buff *skb, int err) } static const struct xfrm_type ipcomp_type = { - .description = "IPCOMP4", .owner = THIS_MODULE, .proto = IPPROTO_COMP, .init_state = ipcomp4_init_state, |