diff options
Diffstat (limited to 'net/ipv4/esp4.c')
-rw-r--r-- | net/ipv4/esp4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/esp4.c b/net/ipv4/esp4.c index fac4f102c9f9..258d17631b4b 100644 --- a/net/ipv4/esp4.c +++ b/net/ipv4/esp4.c | |||
@@ -600,7 +600,7 @@ error: | |||
600 | return err; | 600 | return err; |
601 | } | 601 | } |
602 | 602 | ||
603 | static struct xfrm_type esp_type = | 603 | static const struct xfrm_type esp_type = |
604 | { | 604 | { |
605 | .description = "ESP4", | 605 | .description = "ESP4", |
606 | .owner = THIS_MODULE, | 606 | .owner = THIS_MODULE, |