X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=net%2Fdccp%2Fipv6.c;h=ea3f3264861864b8da7f6d44a32fc956df84d13a;hb=bdcde3d71a67e97f25e851f3ca97c9bb5ef03e7f;hp=2fec1af1a8c39e6e1e70472f2633d41f8dae6d68;hpb=60e7663d462af3994f292cb3691ea4f7371a9220;p=safe%2Fjmp%2Flinux-2.6 diff --git a/net/dccp/ipv6.c b/net/dccp/ipv6.c index 2fec1af..ea3f326 100644 --- a/net/dccp/ipv6.c +++ b/net/dccp/ipv6.c @@ -1100,8 +1100,6 @@ static struct timewait_sock_ops dccp6_timewait_sock_ops = { .twsk_obj_size = sizeof(struct dccp6_timewait_sock), }; -DEFINE_PROTO_INUSE(dccp_v6) - static struct proto dccp_v6_prot = { .name = "DCCPv6", .owner = THIS_MODULE, @@ -1131,7 +1129,6 @@ static struct proto dccp_v6_prot = { .compat_setsockopt = compat_dccp_setsockopt, .compat_getsockopt = compat_dccp_getsockopt, #endif - REF_PROTO_INUSE(dccp_v6) }; static struct inet6_protocol dccp_v6_protocol = {