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:
d99249f
)
staging: et131x: Remove unused ce_stats struct member
author
Mark Einon
<mark.einon@gmail.com>
Mon, 22 Sep 2014 19:58:12 +0000
(20:58 +0100)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Tue, 23 Sep 2014 18:35:08 +0000
(11:35 -0700)
This ce_stats struct member is no longer used. Remove it.
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 d3615ae588dfc7e6f7363e2450b57bdf2fdc0288..f1bf33b6a33ca723d99ce9fb28f587bb2c094064 100644
(file)
--- a/
drivers/staging/et131x/et131x.c
+++ b/
drivers/staging/et131x/et131x.c
@@
-446,7
+446,6
@@
struct ce_stats {
u32 rx_code_violations;
u32 rx_other_errs;
- u32 synchronous_iterations;
u32 interrupt_status;
};