diff options
author | Eilon Greenstein <eilong@broadcom.com> | 2009-02-12 08:36:47 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-02-15 23:31:15 -0800 |
commit | 35b19ba51c1e6258a338a0855c72384abc33ce11 (patch) | |
tree | cf67f18b4ec1d228fdef2e607e814c2fa48d8137 /drivers/net/bnx2x.h | |
parent | 1c06328c0345638ea7532b45cadfe713c9e9781e (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.h | 1 |
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 { u32 shmem_base; u32 hw_config; - u32 board; u32 bc_ver; |