aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/et131x
diff options
context:
space:
mode:
authorMark Einon <mark.einon@gmail.com>2014-09-22 20:58:10 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-09-23 11:35:08 -0700
commit365027332b7a514d0f10c557a94b3ea082f038a5 (patch)
tree9a1b2056dd0752820355ef44c53e95fe35753629 /drivers/staging/et131x
parentStaging: octeon: Fix missing blank line warning. (diff)
downloadlinux-dev-365027332b7a514d0f10c557a94b3ea082f038a5.tar.xz
linux-dev-365027332b7a514d0f10c557a94b3ea082f038a5.zip
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>
Diffstat (limited to 'drivers/staging/et131x')
-rw-r--r--drivers/staging/et131x/et131x.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/staging/et131x/et131x.c b/drivers/staging/et131x/et131x.c
index eefa9f1cf580..358db978a4fd 100644
--- a/drivers/staging/et131x/et131x.c
+++ b/drivers/staging/et131x/et131x.c
@@ -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;