aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/hp_sdc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/hp_sdc.h')
-rw-r--r--include/linux/hp_sdc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/hp_sdc.h b/include/linux/hp_sdc.h
index d392975d8887..6f1dee7e67e0 100644
--- a/include/linux/hp_sdc.h
+++ b/include/linux/hp_sdc.h
@@ -281,7 +281,7 @@ typedef struct {
281 hp_sdc_transaction *tq[HP_SDC_QUEUE_LEN]; /* All pending read/writes */ 281 hp_sdc_transaction *tq[HP_SDC_QUEUE_LEN]; /* All pending read/writes */
282 282
283 int rcurr, rqty; /* Current read transact in process */ 283 int rcurr, rqty; /* Current read transact in process */
284 struct timeval rtv; /* Time when current read started */ 284 ktime_t rtime; /* Time when current read started */
285 int wcurr; /* Current write transact in process */ 285 int wcurr; /* Current write transact in process */
286 286
287 int dev_err; /* carries status from registration */ 287 int dev_err; /* carries status from registration */