]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/ipv6/mip6.c
[XFRM]: constify 'struct xfrm_type'
[linux-2.6-omap-h63xx.git] / net / ipv6 / mip6.c
index 49d396620eac97e42d6c4602ac178d3cdfd9f1b8..cd8a5bda13cd7a5caad4ac6c8280764e123cb7d7 100644 (file)
@@ -330,7 +330,7 @@ static void mip6_destopt_destroy(struct xfrm_state *x)
 {
 }
 
-static struct xfrm_type mip6_destopt_type =
+static const struct xfrm_type mip6_destopt_type =
 {
        .description    = "MIP6DESTOPT",
        .owner          = THIS_MODULE,
@@ -462,7 +462,7 @@ static void mip6_rthdr_destroy(struct xfrm_state *x)
 {
 }
 
-static struct xfrm_type mip6_rthdr_type =
+static const struct xfrm_type mip6_rthdr_type =
 {
        .description    = "MIP6RT",
        .owner          = THIS_MODULE,