staging: et131x: Remove unused et131x_adapter struct members

These two adapter struct members are not used, remove them.

Signed-off-by: Mark Einon <mark.einon@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Mark Einon 2014-09-22 20:58:10 +01:00 committed by Greg Kroah-Hartman
parent e2ce06152a
commit 365027332b

View file

@ -503,13 +503,6 @@ struct et131x_adapter {
*/
u8 boot_coma;
/* Next two used to save power information at power down. This
* information will be used during power up to set up parts of Power
* Management in JAGCore
*/
u16 pdown_speed;
u8 pdown_duplex;
/* Tx Memory Variables */
struct tx_ring tx_ring;