Updated host/vhost/mic_vhost.c and vhost.h references from wait_queue_t to wait_queue...
[xeon-phi-kernel-module] / host / vhost / mic_vhost.c
index 1aa946b..ecbcef2 100644 (file)
@@ -72,7 +72,7 @@ static void vhost_poll_func(struct file *file, wait_queue_head_t *wqh,
        add_wait_queue(wqh, &poll->wait);
 }
 
        add_wait_queue(wqh, &poll->wait);
 }
 
-static int vhost_poll_wakeup(wait_queue_t *wait, unsigned mode, int sync,
+static int vhost_poll_wakeup(wait_queue_entry_t *wait, unsigned mode, int sync,
                             void *key)
 {
        struct vhost_poll *poll = container_of(wait, struct vhost_poll, wait);
                             void *key)
 {
        struct vhost_poll *poll = container_of(wait, struct vhost_poll, wait);