Commit 87828c8f authored by Quytelda Kahja's avatar Quytelda Kahja Committed by Greg Kroah-Hartman

staging: ks7010: Remove unused 'struct hostif_mic_failure_confirm_t'.

'struct hostif_mic_failure_confirm_t' is not used in this driver. Remove
'struct hostif_mic_failure_confirm_t'.
Signed-off-by: default avatarQuytelda Kahja <quytelda@tamalin.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent d56c80ca
......@@ -434,11 +434,6 @@ struct hostif_mic_failure_request {
__le16 timer;
} __packed;
struct hostif_mic_failure_confirm_t {
struct hostif_hdr header;
__le16 result_code;
} __packed;
#define BASIC_RATE 0x80
#define RATE_MASK 0x7F
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment