Commit 3b11d00d authored by Mark Einon's avatar Mark Einon Committed by Greg Kroah-Hartman

staging: et131x: Remove unused ce_stats struct member

This ce_stats struct member is no longer used. Remove it.
Signed-off-by: default avatarMark Einon <mark.einon@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent d99249f1
...@@ -446,7 +446,6 @@ struct ce_stats { ...@@ -446,7 +446,6 @@ struct ce_stats {
u32 rx_code_violations; u32 rx_code_violations;
u32 rx_other_errs; u32 rx_other_errs;
u32 synchronous_iterations;
u32 interrupt_status; u32 interrupt_status;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment