Commit 85da2577 authored by Jérôme Pouiller's avatar Jérôme Pouiller Committed by Greg Kroah-Hartman

staging: wfx: drop useless union hif_commands_ids

Union hif_commands_ids is unused.
Signed-off-by: default avatarJérôme Pouiller <jerome.pouiller@silabs.com>
Link: https://lore.kernel.org/r/20200907101521.66082-10-Jerome.Pouiller@silabs.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent f751e356
......@@ -60,12 +60,6 @@ enum hif_indications_ids {
HIF_IND_ID_EVENT = 0x85
};
union hif_commands_ids {
enum hif_requests_ids request;
enum hif_confirmations_ids confirmation;
enum hif_indications_ids indication;
};
struct hif_reset_flags {
u8 reset_stat:1;
u8 reset_all_int:1;
......
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