staging: r8188eu: remove two unused enum entries
authorMartin Kaiser <martin@kaiser.cx>
Sun, 18 Sep 2022 17:57:00 +0000 (19:57 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 24 Sep 2022 11:09:18 +0000 (13:09 +0200)
Both LED_BLINK_StartToBlink and LED_BLINK_RUNTOP in enum LED_STATE_871x
are not used in the r8188eu driver. Remove them.

Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com> # Edimax N150
Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Link: https://lore.kernel.org/r/20220918175700.215170-7-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/include/rtw_led.h

index 7b1775b9fa6474ecc9e389998bf4d31c933d8b21..8520f022a67f25d2d3c02cd6ca16f6ae3b335078 100644 (file)
@@ -27,12 +27,9 @@ enum LED_STATE_871x {
        LED_BLINK_SCAN = 6, /*  LED is blinking during scanning period,
                             * the # of times to blink is depend on time
                             * for scanning. */
-       LED_BLINK_StartToBlink = 8,/*  Customzied for Sercomm Printer
-                                   * Server case */
        LED_BLINK_TXRX = 9,
        LED_BLINK_WPS = 10,     /*  LED is blinkg during WPS communication */
        LED_BLINK_WPS_STOP = 11,
-       LED_BLINK_RUNTOP = 13, /*  Customized for RunTop */
 };
 
 struct led_priv {