From: Eilon Greenstein Date: Thu, 12 Feb 2009 08:38:20 +0000 (+0000) Subject: bnx2x: Removing unused struct X-Git-Tag: v2.6.30-rc1~662^2~691 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0febaa42a3fa90ce9453c67a549525f365b77a9d;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git bnx2x: Removing unused struct Signed-off-by: Harvey Harrison Signed-off-by: Eilon Greenstein Signed-off-by: David S. Miller --- diff --git a/drivers/net/bnx2x_hsi.h b/drivers/net/bnx2x_hsi.h index c779999..51c5fe1 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 {