|
@@ -132,8 +132,6 @@ static inline void __remove_wait_queue(wait_queue_head_t *head,
|
|
|
list_del(&old->task_list);
|
|
|
}
|
|
|
|
|
|
-void __wake_up_common(wait_queue_head_t *q, unsigned int mode,
|
|
|
- int nr_exclusive, int sync, void *key);
|
|
|
void __wake_up(wait_queue_head_t *q, unsigned int mode, int nr, void *key);
|
|
|
void __wake_up_locked_key(wait_queue_head_t *q, unsigned int mode, void *key);
|
|
|
void __wake_up_sync_key(wait_queue_head_t *q, unsigned int mode, int nr,
|