Staging: rtl8723bs: remove named enums in HalPwrSeqCmd.h

Remove the following unnecessary enum name in
include/HalPwrSeqCmd.h:

	enum pwrseq_cmd_delay_unit

Signed-off-by: Marco Cesati <marcocesati@gmail.com>
Link: https://lore.kernel.org/r/20210324124456.25221-23-marcocesati@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Marco Cesati
2021-03-24 13:44:45 +01:00
committed by Greg Kroah-Hartman
parent 5e8aa5d018
commit 977f51c28c

View File

@@ -82,7 +82,7 @@
#define PWR_CUT_ALL_MSK 0xFF
enum pwrseq_cmd_delay_unit {
enum {
PWRSEQ_DELAY_US,
PWRSEQ_DELAY_MS,
};