aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/cyclades.h
diff options
context:
space:
mode:
authorJiri Slaby <jirislaby@gmail.com>2007-05-08 00:36:51 -0700
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-05-08 11:15:25 -0700
commit2c7fea992104b5ca2b510d585a27b3ba018b795f (patch)
tree635126a471561a2a5fb7fb598f02ef69d6800abe /include/linux/cyclades.h
parentChar: cyclades, make info->card a pointer (diff)
downloadwireguard-linux-2c7fea992104b5ca2b510d585a27b3ba018b795f.tar.xz
wireguard-linux-2c7fea992104b5ca2b510d585a27b3ba018b795f.zip
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>
Diffstat (limited to 'include/linux/cyclades.h')
-rw-r--r--include/linux/cyclades.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/cyclades.h b/include/linux/cyclades.h
index 121d64c3247b..cdd77398030c 100644
--- a/include/linux/cyclades.h
+++ b/include/linux/cyclades.h
@@ -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;
};