aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/ipv4.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/dccp/ipv4.c')
-rw-r--r--net/dccp/ipv4.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/net/dccp/ipv4.c b/net/dccp/ipv4.c
index 4ca8b0c93c80..7d62f7eb6134 100644
--- a/net/dccp/ipv4.c
+++ b/net/dccp/ipv4.c
@@ -915,8 +915,6 @@ static struct timewait_sock_ops dccp_timewait_sock_ops = {
915 .twsk_obj_size = sizeof(struct inet_timewait_sock), 915 .twsk_obj_size = sizeof(struct inet_timewait_sock),
916}; 916};
917 917
918DEFINE_PROTO_INUSE(dccp_v4)
919
920static struct proto dccp_v4_prot = { 918static struct proto dccp_v4_prot = {
921 .name = "DCCP", 919 .name = "DCCP",
922 .owner = THIS_MODULE, 920 .owner = THIS_MODULE,
@@ -946,7 +944,6 @@ static struct proto dccp_v4_prot = {
946 .compat_setsockopt = compat_dccp_setsockopt, 944 .compat_setsockopt = compat_dccp_setsockopt,
947 .compat_getsockopt = compat_dccp_getsockopt, 945 .compat_getsockopt = compat_dccp_getsockopt,
948#endif 946#endif
949 REF_PROTO_INUSE(dccp_v4)
950}; 947};
951 948
952static struct net_protocol dccp_v4_protocol = { 949static struct net_protocol dccp_v4_protocol = {