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:
parent
e2ce06152a
commit
365027332b
1 changed files with 0 additions and 7 deletions
|
@ -503,13 +503,6 @@ struct et131x_adapter {
|
||||||
*/
|
*/
|
||||||
u8 boot_coma;
|
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 */
|
/* Tx Memory Variables */
|
||||||
struct tx_ring tx_ring;
|
struct tx_ring tx_ring;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue