Skip to content
Snippets Groups Projects
Commit 444a9af6 authored by Wan Jiabing's avatar Wan Jiabing Committed by Kalle Valo
Browse files

wilc1000: Remove duplicate struct declaration


struct wilc is declared twice. One has been declared
at 352nd line. Remove the duplicate.

Signed-off-by: default avatarWan Jiabing <wanjiabing@vivo.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20210331023557.2804128-3-wanjiabing@vivo.com
parent d663bc33
No related branches found
No related tags found
No related merge requests found
...@@ -398,7 +398,6 @@ struct wilc_cfg_rsp { ...@@ -398,7 +398,6 @@ struct wilc_cfg_rsp {
u8 seq_no; u8 seq_no;
}; };
struct wilc;
struct wilc_vif; struct wilc_vif;
int wilc_wlan_firmware_download(struct wilc *wilc, const u8 *buffer, int wilc_wlan_firmware_download(struct wilc *wilc, const u8 *buffer,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment