aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/misc/mei/mei_dev.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/misc/mei/mei_dev.h b/drivers/misc/mei/mei_dev.h
index 63d7ee97c5fb..4fe653392a49 100644
--- a/drivers/misc/mei/mei_dev.h
+++ b/drivers/misc/mei/mei_dev.h
@@ -237,6 +237,7 @@ struct mei_device {
237 bool mei_host_buffer_is_empty; 237 bool mei_host_buffer_is_empty;
238 238
239 struct mei_cl wd_cl; 239 struct mei_cl wd_cl;
240 bool wd_interface_reg;
240 bool wd_pending; 241 bool wd_pending;
241 bool wd_stopped; 242 bool wd_stopped;
242 bool wd_bypass; /* if false, don't refresh watchdog ME client */ 243 bool wd_bypass; /* if false, don't refresh watchdog ME client */
@@ -245,7 +246,6 @@ struct mei_device {
245 unsigned char wd_data[MEI_START_WD_DATA_SIZE]; 246 unsigned char wd_data[MEI_START_WD_DATA_SIZE];
246 247
247 248
248
249 struct file *iamthif_file_object; 249 struct file *iamthif_file_object;
250 struct mei_cl iamthif_cl; 250 struct mei_cl iamthif_cl;
251 struct mei_cl_cb *iamthif_current_cb; 251 struct mei_cl_cb *iamthif_current_cb;
@@ -259,8 +259,6 @@ struct mei_device {
259 bool iamthif_flow_control_pending; 259 bool iamthif_flow_control_pending;
260 bool iamthif_ioctl; 260 bool iamthif_ioctl;
261 bool iamthif_canceled; 261 bool iamthif_canceled;
262
263 bool wd_interface_reg;
264}; 262};
265 263
266 264