diff options
Diffstat (limited to 'include/linux/swait.h')
-rw-r--r-- | include/linux/swait.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/swait.h b/include/linux/swait.h index bf8cb0dee23c..d6a5e949e4ca 100644 --- a/include/linux/swait.h +++ b/include/linux/swait.h | |||
@@ -161,7 +161,6 @@ extern void swake_up(struct swait_queue_head *q); | |||
161 | extern void swake_up_all(struct swait_queue_head *q); | 161 | extern void swake_up_all(struct swait_queue_head *q); |
162 | extern void swake_up_locked(struct swait_queue_head *q); | 162 | extern void swake_up_locked(struct swait_queue_head *q); |
163 | 163 | ||
164 | extern void __prepare_to_swait(struct swait_queue_head *q, struct swait_queue *wait); | ||
165 | extern void prepare_to_swait(struct swait_queue_head *q, struct swait_queue *wait, int state); | 164 | extern void prepare_to_swait(struct swait_queue_head *q, struct swait_queue *wait, int state); |
166 | extern long prepare_to_swait_event(struct swait_queue_head *q, struct swait_queue *wait, int state); | 165 | extern long prepare_to_swait_event(struct swait_queue_head *q, struct swait_queue *wait, int state); |
167 | 166 | ||