Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c518cd1c authored by Dmitry Kravkov's avatar Dmitry Kravkov Committed by David S. Miller
Browse files

bnx2x: remove unused fields in main driver structure

parent 749a8503
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -1053,15 +1053,8 @@ struct bnx2x {
#ifdef BCM_CNIC
	u32			cnic_flags;
#define BNX2X_CNIC_FLAG_MAC_SET		1

	void			*t1;
	dma_addr_t		t1_mapping;
	void			*t2;
	dma_addr_t		t2_mapping;
	void			*timers;
	dma_addr_t		timers_mapping;
	void			*qm;
	dma_addr_t		qm_mapping;
	struct cnic_ops		*cnic_ops;
	void			*cnic_data;
	u32			cnic_tag;