diff options
author | Dmitry Kravkov <dmitry@broadcom.com> | 2010-10-05 23:29:41 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-10-06 17:10:38 -0400 |
commit | c518cd1c7aca2e2a65edcf4fa5ce4160d59878c2 (patch) | |
tree | 2aed5516a84a661ccace94312a682f88ca81a5c2 /drivers/net/bnx2x/bnx2x.h | |
parent | 749a85033ec7c5c0fa54a0023fd5d59eb5e57a20 (diff) |
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>
Diffstat (limited to 'drivers/net/bnx2x/bnx2x.h')
-rw-r--r-- | drivers/net/bnx2x/bnx2x.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/net/bnx2x/bnx2x.h b/drivers/net/bnx2x/bnx2x.h index 6f8e2666f05f..9b78a0487791 100644 --- a/drivers/net/bnx2x/bnx2x.h +++ b/drivers/net/bnx2x/bnx2x.h | |||
@@ -1053,15 +1053,8 @@ struct bnx2x { | |||
1053 | #ifdef BCM_CNIC | 1053 | #ifdef BCM_CNIC |
1054 | u32 cnic_flags; | 1054 | u32 cnic_flags; |
1055 | #define BNX2X_CNIC_FLAG_MAC_SET 1 | 1055 | #define BNX2X_CNIC_FLAG_MAC_SET 1 |
1056 | |||
1057 | void *t1; | ||
1058 | dma_addr_t t1_mapping; | ||
1059 | void *t2; | 1056 | void *t2; |
1060 | dma_addr_t t2_mapping; | 1057 | dma_addr_t t2_mapping; |
1061 | void *timers; | ||
1062 | dma_addr_t timers_mapping; | ||
1063 | void *qm; | ||
1064 | dma_addr_t qm_mapping; | ||
1065 | struct cnic_ops *cnic_ops; | 1058 | struct cnic_ops *cnic_ops; |
1066 | void *cnic_data; | 1059 | void *cnic_data; |
1067 | u32 cnic_tag; | 1060 | u32 cnic_tag; |