]> git.karo-electronics.de Git - linux-beck.git/commitdiff
staging: et131x: Remove unused et131x_adapter struct members
authorMark Einon <mark.einon@gmail.com>
Mon, 22 Sep 2014 19:58:10 +0000 (20:58 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 23 Sep 2014 18:35:08 +0000 (11:35 -0700)
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>
drivers/staging/et131x/et131x.c

index eefa9f1cf5806bbd7622fcd133f6b8f49d558356..358db978a4fdc877136ca926587c0a230e00f003 100644 (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;