Staging: rtl8723bs: remove useless structs in rtw_mp.h
authorMarco Cesati <marcocesati@gmail.com>
Mon, 22 Mar 2021 13:37:05 +0000 (14:37 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 22 Mar 2021 16:05:45 +0000 (17:05 +0100)
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>
drivers/staging/rtl8723bs/include/rtw_mp.h

index 75171d30bcda3b929c23312bd2b626802c01ca40..ead63cf09fe089dc46b9ad0ca01b67a851cb2b17 100644 (file)
@@ -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