tcp/dccp: remove inet_csk_reqsk_queue_added() timeout argument
[deliverable/linux.git] / include / net / inet_connection_sock.h
index ee54f21a8113a1805052eb9c5d952a23d1006962..b2e2e30befa97b787973645c897d0156840b8f2f 100644 (file)
@@ -282,8 +282,7 @@ static inline void inet_csk_reqsk_queue_add(struct sock *sk,
 void inet_csk_reqsk_queue_hash_add(struct sock *sk, struct request_sock *req,
                                   unsigned long timeout);
 
-static inline void inet_csk_reqsk_queue_added(struct sock *sk,
-                                             const unsigned long timeout)
+static inline void inet_csk_reqsk_queue_added(struct sock *sk)
 {
        reqsk_queue_added(&inet_csk(sk)->icsk_accept_queue);
 }
This page took 0.024965 seconds and 5 git commands to generate.