diff options
author | Benjamin Li <benli@broadcom.com> | 2008-09-18 19:40:03 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-09-18 19:40:03 -0400 |
commit | fbbf68b7f88953a9c56b7a7b4019fa5212987b34 (patch) | |
tree | 0baee873b2eb091946b537595d27ce2688df9c56 /drivers/net/bnx2.h | |
parent | 453a9c6e995149c4a43e50b5482a48ed0298b0dc (diff) |
bnx2: Remove name field from bnx2 structure
The name of the board is only used during the initialization of
the adapter. We can save the space of a pointer by not storing
this information.
Signed-off-by: Benjamin Li <benli@broadcom.com>
Signed-off-by: Michael Chan <mchan@broadcom.com>
Acked-by: Jeff Garzik <jeff@garzik.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/bnx2.h')
-rw-r--r-- | drivers/net/bnx2.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/bnx2.h b/drivers/net/bnx2.h index c3c579f98ed0..cb47c98ddd71 100644 --- a/drivers/net/bnx2.h +++ b/drivers/net/bnx2.h | |||
@@ -6701,8 +6701,6 @@ struct bnx2 { | |||
6701 | 6701 | ||
6702 | /* End of fields used in the performance code paths. */ | 6702 | /* End of fields used in the performance code paths. */ |
6703 | 6703 | ||
6704 | char *name; | ||
6705 | |||
6706 | int timer_interval; | 6704 | int timer_interval; |
6707 | int current_interval; | 6705 | int current_interval; |
6708 | struct timer_list timer; | 6706 | struct timer_list timer; |