summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Cesati <marcocesati@gmail.com>2021-03-24 13:44:26 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-03-26 15:03:00 +0100
commit463cc86e1c7b385a3a866b0882aeae0e2e8ac3a5 (patch)
tree937e127b21256889e1a88184b4f208c1a7f63a4b
parentd5e7c6b387bd3631f2d3762833ed4e9a44f6e7ac (diff)
Staging: rtl8723bs: remove named enums in rtw_eeprom.h
Remove the following unnecessary enum name include/rtw_eeprom.h: enum rt_customer_id Signed-off-by: Marco Cesati <marcocesati@gmail.com> Link: https://lore.kernel.org/r/20210324124456.25221-4-marcocesati@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/rtl8723bs/include/rtw_eeprom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8723bs/include/rtw_eeprom.h b/drivers/staging/rtl8723bs/include/rtw_eeprom.h
index da7f14aadaa0..9b84105af816 100644
--- a/drivers/staging/rtl8723bs/include/rtw_eeprom.h
+++ b/drivers/staging/rtl8723bs/include/rtw_eeprom.h
@@ -42,7 +42,7 @@
/* Besides, CustomerID of registry has precedence of that of EEPROM. */
/* defined below. 060703, by rcnjko. */
/* */
-enum rt_customer_id {
+enum {
RT_CID_DEFAULT = 0,
RT_CID_8187_ALPHA0 = 1,
RT_CID_8187_SERCOMM_PS = 2,