net: thunderx: delete unused variables

They were left from development stage

Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Aleksey Makarov <aleksey.makarov@caviumnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Aleksey Makarov 2015-06-02 11:00:22 -07:00 committed by David S. Miller
parent e610cb32b4
commit 0c886a1dd7

View File

@ -38,7 +38,7 @@ struct lmac {
bool is_sgmii;
struct delayed_work dwork;
struct workqueue_struct *check_link;
} lmac;
};
struct bgx {
u8 bgx_id;
@ -50,7 +50,7 @@ struct bgx {
int use_training;
void __iomem *reg_base;
struct pci_dev *pdev;
} bgx;
};
struct bgx *bgx_vnic[MAX_BGX_THUNDER];
static int lmac_count; /* Total no of LMACs in system */