From: Tobias Klauser Date: Mon, 27 Mar 2017 06:55:11 +0000 (+0200) Subject: net: bfin_mac: Remove unused stats member from struct bfin_mac_local X-Git-Tag: v5.15~11346^3~332 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8570bcd83d9a13f5319a174137ff3cb69735c135;p=platform%2Fkernel%2Flinux-starfive.git net: bfin_mac: Remove unused stats member from struct bfin_mac_local The bfin_mac driver keeps its statistics in net_device->stats, so the stats member in struct bfin_mac_local is unused. Remove it, as well as the accompanying comment. Cc: adi-buildroot-devel@lists.sourceforge.net Signed-off-by: Tobias Klauser Signed-off-by: David S. Miller --- diff --git a/drivers/net/ethernet/adi/bfin_mac.h b/drivers/net/ethernet/adi/bfin_mac.h index 8c3b561..4ad5b9b 100644 --- a/drivers/net/ethernet/adi/bfin_mac.h +++ b/drivers/net/ethernet/adi/bfin_mac.h @@ -68,13 +68,6 @@ struct net_dma_desc_tx { }; struct bfin_mac_local { - /* - * these are things that the kernel wants me to keep, so users - * can find out semi-useless statistics of how well the card is - * performing - */ - struct net_device_stats stats; - spinlock_t lock; int wol; /* Wake On Lan */