staging: r8188eu: remove unused enum
authorMichael Straube <straube.linux@gmail.com>
Wed, 9 Feb 2022 07:36:17 +0000 (08:36 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 15 Feb 2022 16:10:27 +0000 (17:10 +0100)
Remove an unused enum from rtl8188e_hal_init.c.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20220209073618.29725-2-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/hal/rtl8188e_hal_init.c

index b3ae358..8fe74e2 100644 (file)
@@ -336,14 +336,6 @@ exit:
        return ret;
 }
 
-/*  */
-/*                     Efuse related code */
-/*  */
-enum{
-               VOLTAGE_V25                                             = 0x03,
-               LDOE25_SHIFT                                            = 28,
-       };
-
 void rtl8188e_EfusePowerSwitch(struct adapter *pAdapter, u8 PwrState)
 {
        u16     tmpV16;