Updated host/vhost/mic_vhost.c and vhost.h references from wait_queue_t to wait_queue...
[xeon-phi-kernel-module] / host / vhost / vhost.h
index c478391..365667e 100644 (file)
@@ -45,7 +45,7 @@ struct vhost_work {
 struct vhost_poll {
        poll_table                table;
        wait_queue_head_t        *wqh;
 struct vhost_poll {
        poll_table                table;
        wait_queue_head_t        *wqh;
-       wait_queue_t              wait;
+       wait_queue_entry_t              wait;
        struct vhost_work         work;
        unsigned long             mask;
        struct vhost_dev         *dev;
        struct vhost_work         work;
        unsigned long             mask;
        struct vhost_dev         *dev;