aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp
diff options
context:
space:
mode:
Diffstat (limited to 'net/dccp')
-rw-r--r--net/dccp/ipv4.c1
-rw-r--r--net/dccp/ipv6.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/net/dccp/ipv4.c b/net/dccp/ipv4.c
index 00028d4b09d..2423a086673 100644
--- a/net/dccp/ipv4.c
+++ b/net/dccp/ipv4.c
@@ -991,7 +991,6 @@ static struct inet_protosw dccp_v4_protosw = {
991 .protocol = IPPROTO_DCCP, 991 .protocol = IPPROTO_DCCP,
992 .prot = &dccp_v4_prot, 992 .prot = &dccp_v4_prot,
993 .ops = &inet_dccp_ops, 993 .ops = &inet_dccp_ops,
994 .capability = -1,
995 .no_check = 0, 994 .no_check = 0,
996 .flags = INET_PROTOSW_ICSK, 995 .flags = INET_PROTOSW_ICSK,
997}; 996};
diff --git a/net/dccp/ipv6.c b/net/dccp/ipv6.c
index 6d89f9f7d5d..50ea91a7770 100644
--- a/net/dccp/ipv6.c
+++ b/net/dccp/ipv6.c
@@ -1185,7 +1185,6 @@ static struct inet_protosw dccp_v6_protosw = {
1185 .protocol = IPPROTO_DCCP, 1185 .protocol = IPPROTO_DCCP,
1186 .prot = &dccp_v6_prot, 1186 .prot = &dccp_v6_prot,
1187 .ops = &inet6_dccp_ops, 1187 .ops = &inet6_dccp_ops,
1188 .capability = -1,
1189 .flags = INET_PROTOSW_ICSK, 1188 .flags = INET_PROTOSW_ICSK,
1190}; 1189};
1191 1190