diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2017-02-07 15:20:38 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2017-02-15 10:34:18 +0100 |
commit | 69416f13e50bcdb2e26e3e2d0eab655bcae6320a (patch) | |
tree | 432b65c9d678f9d9a341b0ead4504300bfe7402d | |
parent | d5bc1613d02f1c3f1226e2f7d555f0384d973482 (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>