diff options
Diffstat (limited to 'net/ipv6/esp6.c')
-rw-r--r-- | net/ipv6/esp6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/esp6.c b/net/ipv6/esp6.c index ca48c56c4b17..8e0f1428c716 100644 --- a/net/ipv6/esp6.c +++ b/net/ipv6/esp6.c | |||
@@ -538,7 +538,7 @@ error: | |||
538 | return err; | 538 | return err; |
539 | } | 539 | } |
540 | 540 | ||
541 | static struct xfrm_type esp6_type = | 541 | static const struct xfrm_type esp6_type = |
542 | { | 542 | { |
543 | .description = "ESP6", | 543 | .description = "ESP6", |
544 | .owner = THIS_MODULE, | 544 | .owner = THIS_MODULE, |