summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Kaiser <martin@kaiser.cx>2021-07-18 19:36:04 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-07-21 10:31:22 +0200
commita9dc3f67dcff95864fcc4140b9d478c9135db300 (patch)
tree369913f41e97f0ecc9123b6dd8b973ee10842f94
parent2ad449a187efe6bb1661dcc04b86afc94519f747 (diff)
downloadlinux-stable-a9dc3f67dcff95864fcc4140b9d478c9135db300.tar.gz
linux-stable-a9dc3f67dcff95864fcc4140b9d478c9135db300.tar.bz2
linux-stable-a9dc3f67dcff95864fcc4140b9d478c9135db300.zip
staging: rtl8188eu: remove _CHIP_TYPE enum
This enum is not used and can be removed. Signed-off-by: Martin Kaiser <martin@kaiser.cx> Link: https://lore.kernel.org/r/20210718173610.894-4-martin@kaiser.cx Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/rtl8188eu/include/hal_intf.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/staging/rtl8188eu/include/hal_intf.h b/drivers/staging/rtl8188eu/include/hal_intf.h
index 2a00d2df95d4..c74249fc200f 100644
--- a/drivers/staging/rtl8188eu/include/hal_intf.h
+++ b/drivers/staging/rtl8188eu/include/hal_intf.h
@@ -11,16 +11,6 @@
#include <drv_types.h>
#include <hal8188e_phy_cfg.h>
-enum _CHIP_TYPE {
- NULL_CHIP_TYPE,
- RTL8712_8188S_8191S_8192S,
- RTL8188C_8192C,
- RTL8192D,
- RTL8723A,
- RTL8188E,
- MAX_CHIP_TYPE
-};
-
enum hw_variables {
HW_VAR_MEDIA_STATUS,
HW_VAR_MEDIA_STATUS1,