[XFRM]: constify 'struct xfrm_type'

Signed-off-by: Eric Dumazet <dada1@cosmosbay.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Eric Dumazet
2008-01-30 19:11:50 -08:00
committed by David S. Miller
parent 2216b48376
commit 533cb5b0a6
11 changed files with 22 additions and 22 deletions

View File

@@ -38,7 +38,7 @@ static void ipip_destroy(struct xfrm_state *x)
{
}
static struct xfrm_type ipip_type = {
static const struct xfrm_type ipip_type = {
.description = "IPIP",
.owner = THIS_MODULE,
.proto = IPPROTO_IPIP,