diff options
author | Edmund Nadolski <edmund.nadolski@intel.com> | 2011-05-19 23:17:47 -0400 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2011-07-03 07:04:49 -0400 |
commit | 0473661a125905240879456567e117ed8a58cf5d (patch) | |
tree | 47ad48e17b41a32c5d859dee5121737ba4c98ebb /drivers/scsi/isci/host.h | |
parent | a628d478570d71fb8751ad09b8017139c5056002 (diff) |
isci: convert power control timer to sci_timer
Signed-off-by: Edmund Nadolski <edmund.nadolski@intel.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
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 |