aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bnx2x.h
diff options
context:
space:
mode:
authorEilon Greenstein <eilong@broadcom.com>2009-02-12 03:36:47 -0500
committerDavid S. Miller <davem@davemloft.net>2009-02-16 02:31:15 -0500
commit35b19ba51c1e6258a338a0855c72384abc33ce11 (patch)
treecf67f18b4ec1d228fdef2e607e814c2fa48d8137 /drivers/net/bnx2x.h
parent1c06328c0345638ea7532b45cadfe713c9e9781e (diff)
bnx2x: Removing the board type
There are too many different board types and this field is not scalable. Removing it and making decisions according to other fields Signed-off-by: Eilon Greenstein <eilong@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/bnx2x.h')
-rw-r--r--drivers/net/bnx2x.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/bnx2x.h b/drivers/net/bnx2x.h
index 8c2124e0eaea..a18ace07fa42 100644
--- a/drivers/net/bnx2x.h
+++ b/drivers/net/bnx2x.h
@@ -523,7 +523,6 @@ struct bnx2x_common {
523 u32 shmem_base; 523 u32 shmem_base;
524 524
525 u32 hw_config; 525 u32 hw_config;
526 u32 board;
527 526
528 u32 bc_ver; 527 u32 bc_ver;
529 528