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>
bool is_sgmii;
struct delayed_work dwork;
struct workqueue_struct *check_link;
-} lmac;
+};
struct bgx {
u8 bgx_id;
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 */