From: Mark Einon Date: Mon, 22 Sep 2014 19:58:12 +0000 (+0100) Subject: staging: et131x: Remove unused ce_stats struct member X-Git-Tag: v3.18-rc1~130^2~271 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3b11d00df7b31ce1d922b7080cedf923abccb906;p=karo-tx-linux.git staging: et131x: Remove unused ce_stats struct member This ce_stats struct member is no longer used. Remove it. Signed-off-by: Mark Einon Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/et131x/et131x.c b/drivers/staging/et131x/et131x.c index d3615ae588df..f1bf33b6a33c 100644 --- 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; };