mirror of https://gitee.com/openkylin/linux.git
libertas_tf: Remove duplicate struct declaration
struct lbtf_private is declared twice. One has been declared at 157th line. Remove the duplicate. Signed-off-by: Wan Jiabing <wanjiabing@vivo.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Link: https://lore.kernel.org/r/20210331023557.2804128-4-wanjiabing@vivo.com
This commit is contained in:
parent
7bd3760c71
commit
ff0224e97d
|
@ -453,7 +453,6 @@ struct cmd_ds_802_11_beacon_set {
|
|||
u8 beacon[MRVL_MAX_BCN_SIZE];
|
||||
};
|
||||
|
||||
struct lbtf_private;
|
||||
struct cmd_ctrl_node;
|
||||
|
||||
/** Function Prototype Declaration */
|
||||
|
|
Loading…
Reference in New Issue