From: Tobias Klauser Date: Mon, 10 Mar 2014 12:12:23 +0000 (+0100) Subject: net: eth: cpsw: Use net_device_stats from struct net_device X-Git-Tag: v3.15-rc1~113^2~188 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8dc43ddc9fe0af3a555af235a69a398c3eba2639;p=pandora-kernel.git net: eth: cpsw: Use net_device_stats from struct net_device Instead of using an own copy of struct net_device_stats in struct cpsw_priv, use stats from struct net_device. Also remove the thus unnecessary .ndo_get_stats function, as it just returns dev->stats, which is the default. Signed-off-by: Tobias Klauser Acked-by: Mugunthan V N Signed-off-by: David S. Miller --- Reading git-diff-tree failed