projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2ce061
)
staging: et131x: Remove unused et131x_adapter struct members
author
Mark Einon
<mark.einon@gmail.com>
Mon, 22 Sep 2014 19:58:10 +0000
(20:58 +0100)
committer
Greg 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
patch
|
blob
|
history
diff --git
a/drivers/staging/et131x/et131x.c
b/drivers/staging/et131x/et131x.c
index eefa9f1cf5806bbd7622fcd133f6b8f49d558356..358db978a4fdc877136ca926587c0a230e00f003 100644
(file)
--- 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;