mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-04 02:02:28 +09:00
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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user