summaryrefslogtreecommitdiffstats
path: root/include/net/espintcp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/espintcp.h')
-rw-r--r--include/net/espintcp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/espintcp.h b/include/net/espintcp.h
index 0335bbd76552..c70efd704b6d 100644
--- a/include/net/espintcp.h
+++ b/include/net/espintcp.h
@@ -32,7 +32,7 @@ struct espintcp_ctx {
static inline struct espintcp_ctx *espintcp_getctx(const struct sock *sk)
{
- struct inet_connection_sock *icsk = inet_csk(sk);
+ const struct inet_connection_sock *icsk = inet_csk(sk);
/* RCU is only needed for diag */
return (__force void *)icsk->icsk_ulp_data;