From: Tobias Klauser Date: Wed, 18 Aug 2010 22:10:34 +0000 (+0000) Subject: ep93xx_eth: Use net_device_stats from struct net_device X-Git-Tag: v2.6.37-rc1~147^2~740 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5dbfbc4027f819c3da92844f34f241524f99c9eb;p=pandora-kernel.git 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: Tobias Klauser Signed-off-by: David S. Miller --- Reading git-diff-tree failed