mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-10 07:50:04 +00:00
bnx2x: remove unused fields in main driver structure
Signed-off-by: Dmitry Kravkov <dmitry@broadcom.com> Signed-off-by: Eilon Greenstein <eilong@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
749a85033e
commit
c518cd1c7a
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user