diff options
Diffstat (limited to 'net/ipv6/udplite.c')
-rw-r--r-- | net/ipv6/udplite.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/ipv6/udplite.c b/net/ipv6/udplite.c index 706c5c375a01..c5f5357d115d 100644 --- a/net/ipv6/udplite.c +++ b/net/ipv6/udplite.c | |||
@@ -35,8 +35,6 @@ static struct inet6_protocol udplitev6_protocol = { | |||
35 | .flags = INET6_PROTO_NOPOLICY|INET6_PROTO_FINAL, | 35 | .flags = INET6_PROTO_NOPOLICY|INET6_PROTO_FINAL, |
36 | }; | 36 | }; |
37 | 37 | ||
38 | DEFINE_PROTO_INUSE(udplitev6) | ||
39 | |||
40 | struct proto udplitev6_prot = { | 38 | struct proto udplitev6_prot = { |
41 | .name = "UDPLITEv6", | 39 | .name = "UDPLITEv6", |
42 | .owner = THIS_MODULE, | 40 | .owner = THIS_MODULE, |
@@ -60,7 +58,6 @@ struct proto udplitev6_prot = { | |||
60 | .compat_setsockopt = compat_udpv6_setsockopt, | 58 | .compat_setsockopt = compat_udpv6_setsockopt, |
61 | .compat_getsockopt = compat_udpv6_getsockopt, | 59 | .compat_getsockopt = compat_udpv6_getsockopt, |
62 | #endif | 60 | #endif |
63 | REF_PROTO_INUSE(udplitev6) | ||
64 | }; | 61 | }; |
65 | 62 | ||
66 | static struct inet_protosw udplite6_protosw = { | 63 | static struct inet_protosw udplite6_protosw = { |