summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Whitmore <johnfwhitmore@gmail.com>2018-07-13 14:23:06 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-07-13 16:41:16 +0300
commit3a11b1948981abea8fae00e0fbed418fd169b1c2 (patch)
tree79c36e1a9a251bd8c17dae951b082039c84cb84c
parent1be8f4e7588f5f4272baac097f61396eeb513183 (diff)
downloadlinux-3a11b1948981abea8fae00e0fbed418fd169b1c2.tar.xz
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>
-rw-r--r--drivers/staging/rtl8192u/r819xU_phy.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/rtl8192u/r819xU_phy.h b/drivers/staging/rtl8192u/r819xU_phy.h
index 91b2e9e39368..d69b03ce7bd9 100644
--- a/drivers/staging/rtl8192u/r819xU_phy.h
+++ b/drivers/staging/rtl8192u/r819xU_phy.h
@@ -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,