Skip to content
Snippets Groups Projects
Commit 5dbfbc40 authored by Tobias Klauser's avatar Tobias Klauser Committed by David S. Miller
Browse files

ep93xx_eth: Use net_device_stats from struct net_device


struct net_device has its own struct net_device_stats member, so use
this one instead of a private copy in the ep93xx_priv struct. As the new
ndo_get_stats function would just return dev->stats we can omit it.

Signed-off-by: default avatarTobias Klauser <tklauser@distanz.ch>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent b9959c2e
No related branches found
Tags v2.6.28-rc1
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment