diff options
Diffstat (limited to 'drivers/misc/mei/mei_dev.h')
-rw-r--r-- | drivers/misc/mei/mei_dev.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/misc/mei/mei_dev.h b/drivers/misc/mei/mei_dev.h index 57a47d6b63ee..1a0f6e9588b6 100644 --- a/drivers/misc/mei/mei_dev.h +++ b/drivers/misc/mei/mei_dev.h | |||
@@ -194,8 +194,7 @@ struct mei_cl; | |||
194 | * @list: link in callback queue | 194 | * @list: link in callback queue |
195 | * @cl: file client who is running this operation | 195 | * @cl: file client who is running this operation |
196 | * @fop_type: file operation type | 196 | * @fop_type: file operation type |
197 | * @request_buffer: buffer to store request data | 197 | * @buf: buffer for data associated with the callback |
198 | * @response_buffer: buffer to store response data | ||
199 | * @buf_idx: last read index | 198 | * @buf_idx: last read index |
200 | * @read_time: last read operation time stamp (iamthif) | 199 | * @read_time: last read operation time stamp (iamthif) |
201 | * @file_object: pointer to file structure | 200 | * @file_object: pointer to file structure |
@@ -207,8 +206,7 @@ struct mei_cl_cb { | |||
207 | struct list_head list; | 206 | struct list_head list; |
208 | struct mei_cl *cl; | 207 | struct mei_cl *cl; |
209 | enum mei_cb_file_ops fop_type; | 208 | enum mei_cb_file_ops fop_type; |
210 | struct mei_msg_data request_buffer; | 209 | struct mei_msg_data buf; |
211 | struct mei_msg_data response_buffer; | ||
212 | unsigned long buf_idx; | 210 | unsigned long buf_idx; |
213 | unsigned long read_time; | 211 | unsigned long read_time; |
214 | struct file *file_object; | 212 | struct file *file_object; |