Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Marco Cesati and committed by
Greg Kroah-Hartman
463cc86e d5e7c6b3

+1 -1
+1 -1
drivers/staging/rtl8723bs/include/rtw_eeprom.h
··· 42 42 /* Besides, CustomerID of registry has precedence of that of EEPROM. */ 43 43 /* defined below. 060703, by rcnjko. */ 44 44 /* */ 45 - enum rt_customer_id { 45 + enum { 46 46 RT_CID_DEFAULT = 0, 47 47 RT_CID_8187_ALPHA0 = 1, 48 48 RT_CID_8187_SERCOMM_PS = 2,