diff options
Diffstat (limited to 'include/linux/cyclades.h')
-rw-r--r-- | include/linux/cyclades.h | 2 |
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 { | |||
588 | struct work_struct tqueue; | 588 | struct work_struct tqueue; |
589 | wait_queue_head_t open_wait; | 589 | wait_queue_head_t open_wait; |
590 | wait_queue_head_t close_wait; | 590 | wait_queue_head_t close_wait; |
591 | wait_queue_head_t shutdown_wait; | 591 | struct completion shutdown_wait; |
592 | wait_queue_head_t delta_msr_wait; | 592 | wait_queue_head_t delta_msr_wait; |
593 | int throttle; | 593 | int throttle; |
594 | }; | 594 | }; |