OSDN Git Service

staging:rtl8192u: Remove unused enum label CmdID_BBRegWrite10
authorJohn Whitmore <johnfwhitmore@gmail.com>
Fri, 13 Jul 2018 11:23:06 +0000 (12:23 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 13 Jul 2018 13:41:16 +0000 (15:41 +0200)
The enum label CmdID_BBRegWrite10 is not used in the code, so removed from the
source code.

Signed-off-by: John Whitmore <johnfwhitmore@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192u/r819xU_phy.h

index 91b2e9e..d69b03c 100644 (file)
@@ -10,7 +10,6 @@
 enum switch_chan_cmd_id {
        CMD_ID_END,
        CMD_ID_SET_TX_PWR_LEVEL,
-       CmdID_BBRegWrite10,
        CmdID_WritePortUlong,
        CmdID_WritePortUshort,
        CmdID_WritePortUchar,