aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bnx2x_hsi.h
diff options
context:
space:
mode:
authorEilon Greenstein <eilong@broadcom.com>2009-02-12 03:38:20 -0500
committerDavid S. Miller <davem@davemloft.net>2009-02-16 02:31:54 -0500
commit0febaa42a3fa90ce9453c67a549525f365b77a9d (patch)
tree0abd77ca9f69237d38ecd3b0988b0a3f60e9dc21 /drivers/net/bnx2x_hsi.h
parent4781bfad732af717784ee6b5bcdd97f4c3e8f597 (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>
Diffstat (limited to 'drivers/net/bnx2x_hsi.h')
-rw-r--r--drivers/net/bnx2x_hsi.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/net/bnx2x_hsi.h b/drivers/net/bnx2x_hsi.h
index c779999444c1..51c5fe16e2dd 100644
--- a/drivers/net/bnx2x_hsi.h
+++ b/drivers/net/bnx2x_hsi.h
@@ -2238,16 +2238,6 @@ union eth_ramrod_data {
2238 2238
2239 2239
2240/* 2240/*
2241 * Rx Last BD in page (in ETH)
2242 */
2243struct eth_rx_bd_next_page {
2244 u32 addr_lo;
2245 u32 addr_hi;
2246 u8 reserved[8];
2247};
2248
2249
2250/*
2251 * Eth Rx Cqe structure- general structure for ramrods 2241 * Eth Rx Cqe structure- general structure for ramrods
2252 */ 2242 */
2253struct common_ramrod_eth_rx_cqe { 2243struct common_ramrod_eth_rx_cqe {