From: Jérôme Pouiller Date: Mon, 7 Sep 2020 10:14:59 +0000 (+0200) Subject: staging: wfx: drop useless union hif_commands_ids X-Git-Tag: v5.10.7~1420^2~122 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=85da25771be2a11e7296dd535f186c9879fc7802;p=platform%2Fkernel%2Flinux-rpi.git staging: wfx: drop useless union hif_commands_ids Union hif_commands_ids is unused. Signed-off-by: Jérôme Pouiller Link: https://lore.kernel.org/r/20200907101521.66082-10-Jerome.Pouiller@silabs.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/wfx/hif_api_cmd.h b/drivers/staging/wfx/hif_api_cmd.h index 75e8c2a..c132d8e 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;