Staging: rtl8723bs: remove named enums in rtw_efuse.h
authorMarco Cesati <marcocesati@gmail.com>
Wed, 24 Mar 2021 12:44:48 +0000 (13:44 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 26 Mar 2021 14:03:02 +0000 (15:03 +0100)
Remove the following unnecessary enum name in
include/rtw_efuse.h:

enum _efuse_def_type

Signed-off-by: Marco Cesati <marcocesati@gmail.com>
Link: https://lore.kernel.org/r/20210324124456.25221-26-marcocesati@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/include/rtw_efuse.h

index 5bae46e..5938a6b 100644 (file)
@@ -25,7 +25,7 @@
 #define        EFUSE_WIFI                              0
 #define        EFUSE_BT                                1
 
-enum _efuse_def_type {
+enum {
        TYPE_EFUSE_MAX_SECTION                          = 0,
        TYPE_EFUSE_REAL_CONTENT_LEN                     = 1,
        TYPE_AVAILABLE_EFUSE_BYTES_BANK         = 2,