Char: cyclades, remove sleep_on

convert to wait_* and completion

Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Jiri Slaby
2007-05-08 00:36:51 -07:00
committed by Linus Torvalds
parent 875b206b5f
commit 2c7fea9921
2 changed files with 17 additions and 30 deletions

View File

@@ -588,7 +588,7 @@ struct cyclades_port {
struct work_struct tqueue;
wait_queue_head_t open_wait;
wait_queue_head_t close_wait;
wait_queue_head_t shutdown_wait;
struct completion shutdown_wait;
wait_queue_head_t delta_msr_wait;
int throttle;
};