diff options
Diffstat (limited to 'net/dccp/diag.c')
-rw-r--r-- | net/dccp/diag.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dccp/diag.c b/net/dccp/diag.c index d8a3509b26f6..d1e100395efb 100644 --- a/net/dccp/diag.c +++ b/net/dccp/diag.c | |||
@@ -45,7 +45,7 @@ static void dccp_diag_get_info(struct sock *sk, struct inet_diag_msg *r, | |||
45 | dccp_get_info(sk, _info); | 45 | dccp_get_info(sk, _info); |
46 | } | 46 | } |
47 | 47 | ||
48 | static struct inet_diag_handler dccp_diag_handler = { | 48 | static const struct inet_diag_handler dccp_diag_handler = { |
49 | .idiag_hashinfo = &dccp_hashinfo, | 49 | .idiag_hashinfo = &dccp_hashinfo, |
50 | .idiag_get_info = dccp_diag_get_info, | 50 | .idiag_get_info = dccp_diag_get_info, |
51 | .idiag_type = DCCPDIAG_GETSOCK, | 51 | .idiag_type = DCCPDIAG_GETSOCK, |