Message ID | 20210331023557.2804128-4-wanjiabing@vivo.com |
---|---|
State | New |
Headers | show |
Series | net: Remove duplicate struct declaration | expand |
Wan Jiabing <wanjiabing@vivo.com> wrote: > struct lbtf_private is declared twice. One has been declared > at 157th line. Remove the duplicate. > > Signed-off-by: Wan Jiabing <wanjiabing@vivo.com> Patch applied to wireless-drivers-next.git, thanks. ff0224e97d5d libertas_tf: Remove duplicate struct declaration -- https://patchwork.kernel.org/project/linux-wireless/patch/20210331023557.2804128-4-wanjiabing@vivo.com/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
diff --git a/drivers/net/wireless/marvell/libertas_tf/libertas_tf.h b/drivers/net/wireless/marvell/libertas_tf/libertas_tf.h index 67bbb6a8f113..5d726545d987 100644 --- a/drivers/net/wireless/marvell/libertas_tf/libertas_tf.h +++ b/drivers/net/wireless/marvell/libertas_tf/libertas_tf.h @@ -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 */
struct lbtf_private is declared twice. One has been declared at 157th line. Remove the duplicate. Signed-off-by: Wan Jiabing <wanjiabing@vivo.com> --- drivers/net/wireless/marvell/libertas_tf/libertas_tf.h | 1 - 1 file changed, 1 deletion(-)