]> git.karo-electronics.de Git - karo-tx-linux.git/commit
bnx2: Remove name field from bnx2 structure
authorBenjamin Li <benli@broadcom.com>
Thu, 18 Sep 2008 23:40:03 +0000 (16:40 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 18 Sep 2008 23:40:03 +0000 (16:40 -0700)
commitfbbf68b7f88953a9c56b7a7b4019fa5212987b34
tree0baee873b2eb091946b537595d27ce2688df9c56
parent453a9c6e995149c4a43e50b5482a48ed0298b0dc
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>
drivers/net/bnx2.c
drivers/net/bnx2.h