summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Cesati <marcocesati@gmail.com>2021-03-22 16:37:05 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-03-22 19:05:45 +0300
commit86ce9840bf744eb3f2d4a046854314ae555dfbe3 (patch)
treed8987afd5efcb17dd3b2af25dcbbd95c25de9622
parent7bb865886f81abb3c718feb9024d355fa7ff45b4 (diff)
downloadlinux-86ce9840bf744eb3f2d4a046854314ae555dfbe3.tar.xz
Staging: rtl8723bs: remove useless structs in rtw_mp.h
Remove the following unreferenced struct's in include/rtw_mp.h: struct iocmd_struct struct rf_reg_param struct bb_reg_param Signed-off-by: Marco Cesati <marcocesati@gmail.com> Link: https://lore.kernel.org/r/20210322133717.17797-8-marcocesati@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/rtl8723bs/include/rtw_mp.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/drivers/staging/rtl8723bs/include/rtw_mp.h b/drivers/staging/rtl8723bs/include/rtw_mp.h
index 75171d30bcda..ead63cf09fe0 100644
--- a/drivers/staging/rtl8723bs/include/rtw_mp.h
+++ b/drivers/staging/rtl8723bs/include/rtw_mp.h
@@ -259,23 +259,6 @@ struct mp_priv {
u8 *TXradomBuffer;
};
-struct iocmd_struct {
- u8 cmdclass;
- u16 value;
- u8 index;
-};
-
-struct rf_reg_param {
- u32 path;
- u32 offset;
- u32 value;
-};
-
-struct bb_reg_param {
- u32 offset;
- u32 value;
-};
-
#define LOWER true
#define RAISE false