aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Straube <straube.linux@gmail.com>2021-09-15 13:09:58 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-09-17 16:30:16 +0200
commit17c4e0de32445d193ce80c56b9d84f37f3dd9912 (patch)
treef87fa373a3a689a9c73b9b5ddeb319a174e83fda
parentstaging: vchiq: cleanup code alignment issues (diff)
staging: r8188eu: remove unused enum odm_bt_coexist
Remove unused enum odm_bt_coexist. Signed-off-by: Michael Straube <straube.linux@gmail.com> Link: https://lore.kernel.org/r/20210915110958.17743-1-straube.linux@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/r8188eu/include/odm.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/staging/r8188eu/include/odm.h b/drivers/staging/r8188eu/include/odm.h
index c6e876f5d470..4fee0e9e0df3 100644
--- a/drivers/staging/r8188eu/include/odm.h
+++ b/drivers/staging/r8188eu/include/odm.h
@@ -514,13 +514,6 @@ enum odm_mac_phy_mode {
ODM_DMDP = 2,
};
-enum odm_bt_coexist {
- ODM_BT_BUSY = 1,
- ODM_BT_ON = 2,
- ODM_BT_OFF = 3,
- ODM_BT_NONE = 4,
-};
-
/* ODM_CMNINFO_OP_MODE */
enum odm_operation_mode {
ODM_NO_LINK = BIT(0),