[XFRM]: constify 'struct xfrm_type'
[safe/jmp/linux-2.6] / net / ipv4 / ipcomp.c
index b79cdbe..ae1f45f 100644 (file)
@@ -437,7 +437,7 @@ error:
        goto out;
 }
 
-static struct xfrm_type ipcomp_type = {
+static const struct xfrm_type ipcomp_type = {
        .description    = "IPCOMP4",
        .owner          = THIS_MODULE,
        .proto          = IPPROTO_COMP,