diff options
Diffstat (limited to 'drivers/misc/mei/hw.h')
-rw-r--r-- | drivers/misc/mei/hw.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/misc/mei/hw.h b/drivers/misc/mei/hw.h index ba7d06ce8858..6ebb369af668 100644 --- a/drivers/misc/mei/hw.h +++ b/drivers/misc/mei/hw.h | |||
@@ -230,11 +230,5 @@ struct hbm_flow_control { | |||
230 | u8 reserved[MEI_FC_MESSAGE_RESERVED_LENGTH]; | 230 | u8 reserved[MEI_FC_MESSAGE_RESERVED_LENGTH]; |
231 | } __packed; | 231 | } __packed; |
232 | 232 | ||
233 | struct mei_me_client { | ||
234 | struct mei_client_properties props; | ||
235 | u8 client_id; | ||
236 | u8 mei_flow_ctrl_creds; | ||
237 | } __packed; | ||
238 | |||
239 | 233 | ||
240 | #endif | 234 | #endif |