]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/ipv4/ipcomp.c
[XFRM]: constify 'struct xfrm_type'
[linux-2.6-omap-h63xx.git] / net / ipv4 / ipcomp.c
index b79cdbee68a98460edef55d6c957c0e9d66aef25..ae1f45fc23b966869eb7a3b0bf1dbb06712cd7c8 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,