diff options
Diffstat (limited to 'net/ipv4/ipcomp.c')
-rw-r--r-- | net/ipv4/ipcomp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/ipcomp.c b/net/ipv4/ipcomp.c index b79cdbee68a9..ae1f45fc23b9 100644 --- a/net/ipv4/ipcomp.c +++ b/net/ipv4/ipcomp.c | |||
@@ -437,7 +437,7 @@ error: | |||
437 | goto out; | 437 | goto out; |
438 | } | 438 | } |
439 | 439 | ||
440 | static struct xfrm_type ipcomp_type = { | 440 | static const struct xfrm_type ipcomp_type = { |
441 | .description = "IPCOMP4", | 441 | .description = "IPCOMP4", |
442 | .owner = THIS_MODULE, | 442 | .owner = THIS_MODULE, |
443 | .proto = IPPROTO_COMP, | 443 | .proto = IPPROTO_COMP, |