staging: et131x: Remove unused ce_stats struct member

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>
This commit is contained in:
Mark Einon 2014-09-22 20:58:12 +01:00 committed by Greg Kroah-Hartman
parent d99249f17b
commit 3b11d00df7

View file

@ -446,7 +446,6 @@ struct ce_stats {
u32 rx_code_violations;
u32 rx_other_errs;
u32 synchronous_iterations;
u32 interrupt_status;
};