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 25a9615b3b88..1f7161e05403 100644
--- a/net/dccp/ipv4.c
+++ b/net/dccp/ipv4.c
@@ -576,7 +576,7 @@ static void dccp_v4_reqsk_destructor(struct request_sock *req)
576 kfree(inet_rsk(req)->opt); 576 kfree(inet_rsk(req)->opt);
577} 577}
578 578
579void dccp_syn_ack_timeout(struct sock *sk, struct request_sock *req) 579void dccp_syn_ack_timeout(const struct request_sock *req)
580{ 580{
581} 581}
582EXPORT_SYMBOL(dccp_syn_ack_timeout); 582EXPORT_SYMBOL(dccp_syn_ack_timeout);