> From: [email protected] [mailto:netdev- > [email protected]] On Behalf Of Tobias Klauser > Sent: Wednesday, February 15, 2017 3:08 AM > To: [email protected] > Cc: Kirsher, Jeffrey T <[email protected]>; intel-wired- > [email protected]; Joe Perches <[email protected]> > Subject: [PATCH net-next] e1000: Omit private ndo_get_stats function > > e1000_get_stats() just returns dev->stats so we can leave it > out altogether and let dev_get_stats() do the job. > > Suggested-by: Joe Perches <[email protected]> > Signed-off-by: Tobias Klauser <[email protected]> > --- > drivers/net/ethernet/intel/e1000/e1000_main.c | 15 --------------- > 1 file changed, 15 deletions(-)
Tested-by: Aaron Brown <[email protected]>
