staging:rtl8192u: Remove unused enum label CmdID_BBRegWrite10

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>
This commit is contained in:
John Whitmore
2018-07-13 12:23:06 +01:00
committed by Greg Kroah-Hartman
parent 1be8f4e758
commit 3a11b19489

View 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,