2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-30 08:04:13 +08:00

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>
This commit is contained in:
Eilon Greenstein 2009-02-12 08:38:20 +00:00 committed by David S. Miller
parent 4781bfad73
commit 0febaa42a3

View File

@ -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
*/