commit | 8570bcd83d9a13f5319a174137ff3cb69735c135 | [log] [tgz] |
---|---|---|
author | Tobias Klauser <tklauser@distanz.ch> | Mon Mar 27 08:55:11 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Mar 27 16:01:59 2017 -0700 |
tree | c19ddb23c0f7ea7857438958eb9994383287fbc8 | |
parent | eb996edb03a665d038de7bc318182412e44c52f9 [diff] |
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 <tklauser@distanz.ch> Signed-off-by: David S. Miller <davem@davemloft.net>