X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Flinux%2Fwait.h;h=93dab0e9580f8de1841c94a28277fb9c393a6f6d;hb=c94d89fafa49ba70fedbb01cb52dfbbdd7dc0986;hp=99c5f05718cdff6c71a8b518345e1e944dc79253;hpb=234b8ab6476c5edd5262e2ff563de9498d60044a;p=platform%2Fkernel%2Flinux-rpi.git diff --git a/include/linux/wait.h b/include/linux/wait.h index 99c5f05..93dab0e 100644 --- a/include/linux/wait.h +++ b/include/linux/wait.h @@ -1136,7 +1136,7 @@ do { \ * Waitqueues which are removed from the waitqueue_head at wakeup time */ void prepare_to_wait(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int state); -void prepare_to_wait_exclusive(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int state); +bool prepare_to_wait_exclusive(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int state); long prepare_to_wait_event(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int state); void finish_wait(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry); long wait_woken(struct wait_queue_entry *wq_entry, unsigned mode, long timeout);