aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/isci/phy.h
diff options
context:
space:
mode:
authorEdmund Nadolski <edmund.nadolski@intel.com>2011-05-19 07:59:36 -0400
committerDan Williams <dan.j.williams@intel.com>2011-07-03 07:04:49 -0400
commita628d478570d71fb8751ad09b8017139c5056002 (patch)
tree109dc04c6542abc528c53826ba3834e8e4c52adc /drivers/scsi/isci/phy.h
parentac0eeb4f774261d1da21a68169f7ddd4f6c082fc (diff)
isci: convert phy sata_timeout_timer to sci_timer
Convert the sata_timeout_timer in the scic_sds_phy struct to use a struct 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/phy.h')
-rw-r--r--drivers/scsi/isci/phy.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/scsi/isci/phy.h b/drivers/scsi/isci/phy.h
index 7694ec4d76b5..da3f0f1d56d4 100644
--- a/drivers/scsi/isci/phy.h
+++ b/drivers/scsi/isci/phy.h
@@ -134,11 +134,11 @@ struct scic_sds_phy {
134 bool is_in_link_training; 134 bool is_in_link_training;
135 135
136 /** 136 /**
137 * This field contains a reference to the timer utilized in detecting 137 * Timer to detect when a signature FIS timeout has occurred. The
138 * when a signature FIS timeout has occurred. The signature FIS is the 138 * signature FIS is the first FIS sent by an attached SATA device
139 * first FIS sent by an attached SATA device after OOB/SN. 139 * after OOB/SN.
140 */ 140 */
141 void *sata_timeout_timer; 141 struct sci_timer sata_timer;
142 142
143 /** 143 /**
144 * This field is the pointer to the transport layer register for the SCU 144 * This field is the pointer to the transport layer register for the SCU