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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dccp/ipv4.c b/net/dccp/ipv4.c
index 17ad69e90e48..4ca8b0c93c80 100644
--- a/net/dccp/ipv4.c
+++ b/net/dccp/ipv4.c
@@ -941,7 +941,7 @@ static struct proto dccp_v4_prot = {
941 .obj_size = sizeof(struct dccp_sock), 941 .obj_size = sizeof(struct dccp_sock),
942 .rsk_prot = &dccp_request_sock_ops, 942 .rsk_prot = &dccp_request_sock_ops,
943 .twsk_prot = &dccp_timewait_sock_ops, 943 .twsk_prot = &dccp_timewait_sock_ops,
944 .hashinfo = &dccp_hashinfo, 944 .h.hashinfo = &dccp_hashinfo,
945#ifdef CONFIG_COMPAT 945#ifdef CONFIG_COMPAT
946 .compat_setsockopt = compat_dccp_setsockopt, 946 .compat_setsockopt = compat_dccp_setsockopt,
947 .compat_getsockopt = compat_dccp_getsockopt, 947 .compat_getsockopt = compat_dccp_getsockopt,