X-Git-Url: https://git.subgeniuskitty.com/xeon-phi-kernel-module/.git/blobdiff_plain/5f16ba5ab48610cb242e8d98fcf42ce2261b8307..c34c9dfaba2915022ecf855d9098cb9e962e6875:/host/vhost/mic_vhost.c diff --git a/host/vhost/mic_vhost.c b/host/vhost/mic_vhost.c index 1aa946b..ecbcef2 100644 --- a/host/vhost/mic_vhost.c +++ b/host/vhost/mic_vhost.c @@ -72,7 +72,7 @@ static void vhost_poll_func(struct file *file, wait_queue_head_t *wqh, 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);