diff options
Diffstat (limited to 'drivers/scsi/isci/host.h')
-rw-r--r-- | drivers/scsi/isci/host.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/scsi/isci/host.h b/drivers/scsi/isci/host.h index deb0ee031f27..2be935fa6af2 100644 --- a/drivers/scsi/isci/host.h +++ b/drivers/scsi/isci/host.h | |||
@@ -83,10 +83,9 @@ struct scic_power_control { | |||
83 | bool timer_started; | 83 | bool timer_started; |
84 | 84 | ||
85 | /** | 85 | /** |
86 | * This field is the handle to the driver timer object. This timer is used to | 86 | * Timer to control when the directed attached disks can consume power. |
87 | * control when the directed attached disks can consume power. | ||
88 | */ | 87 | */ |
89 | void *timer; | 88 | struct sci_timer timer; |
90 | 89 | ||
91 | /** | 90 | /** |
92 | * This field is used to keep track of how many phys are put into the | 91 | * This field is used to keep track of how many phys are put into the |