diff options
Diffstat (limited to 'net/dccp/ipv4.c')
-rw-r--r-- | net/dccp/ipv4.c | 2 |
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 | ||
579 | void dccp_syn_ack_timeout(struct sock *sk, struct request_sock *req) | 579 | void dccp_syn_ack_timeout(const struct request_sock *req) |
580 | { | 580 | { |
581 | } | 581 | } |
582 | EXPORT_SYMBOL(dccp_syn_ack_timeout); | 582 | EXPORT_SYMBOL(dccp_syn_ack_timeout); |