diff options
| author | Wan Jiabing <[email protected]> | 2021-03-25 14:41:51 +0800 |
|---|---|---|
| committer | Kalle Valo <[email protected]> | 2021-04-18 09:29:17 +0300 |
| commit | d3240418a6623f0f308d013d621928f4ddf2b8d8 (patch) | |
| tree | c43f03ec7b0667ec995b630cabeb1a59a42f3c18 | |
| parent | 705b5cfab183c78618c4757262ef741a8d2db7e9 (diff) | |
libertas: struct lbs_private is declared duplicately
struct lbs_private has been declared at 22nd line.
Remove the duplicate.
Signed-off-by: Wan Jiabing <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
| -rw-r--r-- | drivers/net/wireless/marvell/libertas/decl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/marvell/libertas/decl.h b/drivers/net/wireless/marvell/libertas/decl.h index 5d1e30e0c5db..c1e0388ef01d 100644 --- a/drivers/net/wireless/marvell/libertas/decl.h +++ b/drivers/net/wireless/marvell/libertas/decl.h @@ -23,7 +23,6 @@ struct lbs_private; typedef void (*lbs_fw_cb)(struct lbs_private *priv, int ret, const struct firmware *helper, const struct firmware *mainfw); -struct lbs_private; struct sk_buff; struct net_device; struct cmd_ds_command; |