diff options
Diffstat (limited to 'net/ipv6/udplite.c')
| -rw-r--r-- | net/ipv6/udplite.c | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv6/udplite.c b/net/ipv6/udplite.c index dfcc4be46898..9cf097e206e9 100644 --- a/net/ipv6/udplite.c +++ b/net/ipv6/udplite.c @@ -64,7 +64,6 @@ static struct inet_protosw udplite6_protosw = {  	.protocol	= IPPROTO_UDPLITE,  	.prot		= &udplitev6_prot,  	.ops		= &inet6_dgram_ops, -	.no_check	= 0,  	.flags		= INET_PROTOSW_PERMANENT,  };  |