]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - net/core/datagram.c
sched/wait: Rename wait_queue_t => wait_queue_entry_t
[thirdparty/linux.git] / net / core / datagram.c
index db1866f2ffcf6e3ed505ce5c1c5a4f11e6a908bd..34678828e2bb5f724bc64098c3fbc763554cd34d 100644 (file)
@@ -68,7 +68,7 @@ static inline int connection_based(struct sock *sk)
        return sk->sk_type == SOCK_SEQPACKET || sk->sk_type == SOCK_STREAM;
 }
 
-static int receiver_wake_function(wait_queue_t *wait, unsigned int mode, int sync,
+static int receiver_wake_function(wait_queue_entry_t *wait, unsigned int mode, int sync,
                                  void *key)
 {
        unsigned long bits = (unsigned long)key;