OSDN Git Service

staging: et131x: Remove unused ce_stats struct member
authorMark Einon <mark.einon@gmail.com>
Mon, 22 Sep 2014 19:58:12 +0000 (20:58 +0100)
committerGreg 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

index d3615ae..f1bf33b 100644 (file)
@@ -446,7 +446,6 @@ struct ce_stats {
        u32             rx_code_violations;
        u32             rx_other_errs;
 
-       u32             synchronous_iterations;
        u32             interrupt_status;
 };