diff options
author | Eilon Greenstein <eilong@broadcom.com> | 2009-02-12 08:38:20 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-02-15 23:31:54 -0800 |
commit | 0febaa42a3fa90ce9453c67a549525f365b77a9d (patch) | |
tree | 0abd77ca9f69237d38ecd3b0988b0a3f60e9dc21 | |
parent | 4781bfad732af717784ee6b5bcdd97f4c3e8f597 (diff) |
bnx2x: Removing unused struct
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Eilon Greenstein <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | drivers/net/bnx2x_hsi.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/net/bnx2x_hsi.h b/drivers/net/bnx2x_hsi.h index c779999444c..51c5fe16e2d 100644 --- a/drivers/net/bnx2x_hsi.h +++ b/drivers/net/bnx2x_hsi.h @@ -2238,16 +2238,6 @@ union eth_ramrod_data { /* - * Rx Last BD in page (in ETH) - */ -struct eth_rx_bd_next_page { - u32 addr_lo; - u32 addr_hi; - u8 reserved[8]; -}; - - -/* * Eth Rx Cqe structure- general structure for ramrods */ struct common_ramrod_eth_rx_cqe { |