Browse Source

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>
Eilon Greenstein 16 years ago
parent
commit
0febaa42a3
1 changed files with 0 additions and 10 deletions
  1. 0 10
      drivers/net/bnx2x_hsi.h

+ 0 - 10
drivers/net/bnx2x_hsi.h

@@ -2237,16 +2237,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
  */