X-Git-Url: https://git.subgeniuskitty.com/xeon-phi-kernel-module/.git/blobdiff_plain/800f879a77716ad833d229ccc058e700c698b039..db10dc009b1dea6ccb377d4ecd2d0ecbb5548865:/host/vhost/mic_vhost.c?ds=inline 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);