diff options
Diffstat (limited to 'net/9p/trans_fd.c')
-rw-r--r-- | net/9p/trans_fd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/9p/trans_fd.c b/net/9p/trans_fd.c index fccae26fa674..6449bae15702 100644 --- a/net/9p/trans_fd.c +++ b/net/9p/trans_fd.c | |||
@@ -513,7 +513,7 @@ error: | |||
513 | clear_bit(Wworksched, &m->wsched); | 513 | clear_bit(Wworksched, &m->wsched); |
514 | } | 514 | } |
515 | 515 | ||
516 | static int p9_pollwake(wait_queue_t *wait, unsigned mode, int sync, void *key) | 516 | static int p9_pollwake(wait_queue_t *wait, unsigned int mode, int sync, void *key) |
517 | { | 517 | { |
518 | struct p9_poll_wait *pwait = | 518 | struct p9_poll_wait *pwait = |
519 | container_of(wait, struct p9_poll_wait, wait); | 519 | container_of(wait, struct p9_poll_wait, wait); |