Sfoglia il codice sorgente

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>
Mark Einon 11 anni fa
parent
commit
3b11d00df7
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      drivers/staging/et131x/et131x.c

+ 0 - 1
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;
 };