diff options
author | Jérôme Pouiller <jerome.pouiller@silabs.com> | 2020-09-07 12:14:59 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-09-13 09:23:01 +0200 |
commit | 85da25771be2a11e7296dd535f186c9879fc7802 (patch) | |
tree | 3e71fa29549d641bd320f3dbee88100773d99566 /drivers/staging/wfx | |
parent | f751e356858f979b1a8c269242bf1a81443374dc (diff) |
staging: wfx: drop useless union hif_commands_ids
Union hif_commands_ids is unused.
Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
Link: https://lore.kernel.org/r/20200907101521.66082-10-Jerome.Pouiller@silabs.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wfx')
-rw-r--r-- | drivers/staging/wfx/hif_api_cmd.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/staging/wfx/hif_api_cmd.h b/drivers/staging/wfx/hif_api_cmd.h index 75e8c2a7fdf9..c132d8e43b50 100644 --- a/drivers/staging/wfx/hif_api_cmd.h +++ b/drivers/staging/wfx/hif_api_cmd.h @@ -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; |