提交 0c886a1d 编写于 作者: A Aleksey Makarov 提交者: David S. Miller

net: thunderx: delete unused variables

They were left from development stage
Reported-by: Nkbuild test robot <fengguang.wu@intel.com>
Signed-off-by: NAleksey Makarov <aleksey.makarov@caviumnetworks.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 e610cb32
...@@ -38,7 +38,7 @@ struct lmac { ...@@ -38,7 +38,7 @@ struct lmac {
bool is_sgmii; bool is_sgmii;
struct delayed_work dwork; struct delayed_work dwork;
struct workqueue_struct *check_link; struct workqueue_struct *check_link;
} lmac; };
struct bgx { struct bgx {
u8 bgx_id; u8 bgx_id;
...@@ -50,7 +50,7 @@ struct bgx { ...@@ -50,7 +50,7 @@ struct bgx {
int use_training; int use_training;
void __iomem *reg_base; void __iomem *reg_base;
struct pci_dev *pdev; struct pci_dev *pdev;
} bgx; };
struct bgx *bgx_vnic[MAX_BGX_THUNDER]; struct bgx *bgx_vnic[MAX_BGX_THUNDER];
static int lmac_count; /* Total no of LMACs in system */ static int lmac_count; /* Total no of LMACs in system */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册