mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-18 18:16:45 +07:00
rtl8180: remove too-early-added rtl8187se enum value
While changing board-type variable to enum, I have added enum value for rtl8187se by mistake. This will causes gcc warnings with unhandled switch/cases. Remove it temporarily until I will push also rtl8187se changes. Signed-off-by: Andrea Merello <andrea.merello@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
967fe2c82d
commit
bf888184f8
@ -85,7 +85,6 @@ struct rtl8180_priv {
|
||||
enum {
|
||||
RTL818X_CHIP_FAMILY_RTL8180,
|
||||
RTL818X_CHIP_FAMILY_RTL8185,
|
||||
RTL818X_CHIP_FAMILY_RTL8187SE
|
||||
} chip_family;
|
||||
u32 anaparam;
|
||||
u16 rfparam;
|
||||
|
Loading…
Reference in New Issue
Block a user