aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/hil_mlc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/hil_mlc.h')
-rw-r--r--include/linux/hil_mlc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/hil_mlc.h b/include/linux/hil_mlc.h
index 394a8405dd74..774f7d3b8f6a 100644
--- a/include/linux/hil_mlc.h
+++ b/include/linux/hil_mlc.h
@@ -144,12 +144,12 @@ struct hil_mlc {
144 hil_packet ipacket[16]; 144 hil_packet ipacket[16];
145 hil_packet imatch; 145 hil_packet imatch;
146 int icount; 146 int icount;
147 struct timeval instart; 147 unsigned long instart;
148 suseconds_t intimeout; 148 unsigned long intimeout;
149 149
150 int ddi; /* Last operational device id */ 150 int ddi; /* Last operational device id */
151 int lcv; /* LCV to throttle loops */ 151 int lcv; /* LCV to throttle loops */
152 struct timeval lcv_tv; /* Time loop was started */ 152 time64_t lcv_time; /* Time loop was started */
153 153
154 int di_map[7]; /* Maps below items to live devs */ 154 int di_map[7]; /* Maps below items to live devs */
155 struct hil_mlc_devinfo di[HIL_MLC_DEVMEM]; 155 struct hil_mlc_devinfo di[HIL_MLC_DEVMEM];