aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/libata.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/libata.h')
-rw-r--r--include/linux/libata.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h
index 7680b63e3456..4739a75b983d 100644
--- a/include/linux/libata.h
+++ b/include/linux/libata.h
@@ -157,15 +157,15 @@ enum {
157 ATA_SHIFT_PIO = 11, 157 ATA_SHIFT_PIO = 11,
158}; 158};
159 159
160enum pio_task_states { 160enum hsm_task_states {
161 PIO_ST_UNKNOWN, 161 HSM_ST_UNKNOWN,
162 PIO_ST_IDLE, 162 HSM_ST_IDLE,
163 PIO_ST_POLL, 163 HSM_ST_POLL,
164 PIO_ST_TMOUT, 164 HSM_ST_TMOUT,
165 PIO_ST, 165 HSM_ST,
166 PIO_ST_LAST, 166 HSM_ST_LAST,
167 PIO_ST_LAST_POLL, 167 HSM_ST_LAST_POLL,
168 PIO_ST_ERR, 168 HSM_ST_ERR,
169}; 169};
170 170
171/* forward declarations */ 171/* forward declarations */
@@ -325,7 +325,7 @@ struct ata_port {
325 struct work_struct packet_task; 325 struct work_struct packet_task;
326 326
327 struct work_struct pio_task; 327 struct work_struct pio_task;
328 unsigned int pio_task_state; 328 unsigned int hsm_task_state;
329 unsigned long pio_task_timeout; 329 unsigned long pio_task_timeout;
330 330
331 void *private_data; 331 void *private_data;