summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Kaiser <martin@kaiser.cx>2021-07-18 19:36:03 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-07-21 10:31:22 +0200
commit2ad449a187efe6bb1661dcc04b86afc94519f747 (patch)
tree124fb3a6134e13324dadc355f6c0f4e9dcc6451a
parentba21a3acd4be4d68f7c87821b6491e333268c4d7 (diff)
downloadlinux-2ad449a187efe6bb1661dcc04b86afc94519f747.tar.bz2
staging: rtl8188eu: remove RTL871X_HCI_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-3-martin@kaiser.cx Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/rtl8188eu/include/hal_intf.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/staging/rtl8188eu/include/hal_intf.h b/drivers/staging/rtl8188eu/include/hal_intf.h
index 2eb4f1fa75bb..2a00d2df95d4 100644
--- a/drivers/staging/rtl8188eu/include/hal_intf.h
+++ b/drivers/staging/rtl8188eu/include/hal_intf.h
@@ -11,13 +11,6 @@
#include <drv_types.h>
#include <hal8188e_phy_cfg.h>
-enum RTL871X_HCI_TYPE {
- RTW_PCIE = BIT(0),
- RTW_USB = BIT(1),
- RTW_SDIO = BIT(2),
- RTW_GSPI = BIT(3),
-};
-
enum _CHIP_TYPE {
NULL_CHIP_TYPE,
RTL8712_8188S_8191S_8192S,