From: Tobias Klauser Date: Tue, 8 Jul 2014 06:47:47 +0000 (+0200) Subject: staging: gdm72xx: Use net_device_stats from struct net_device X-Git-Tag: omap-for-v3.17/fixes-against-rc2~166^2~1131 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b92274e78a587dde4e4cf87228c4dc4d1ad5039d;p=pandora-kernel.git staging: gdm72xx: Use net_device_stats from struct net_device Instead of using an own copy of struct net_device_stats in struct nic, use stats from struct net_device. Also remove the thus unnecessary .ndo_get_stats function, as it would now just return netdev->stats, which is the default in dev_get_stats(). Signed-off-by: Tobias Klauser Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed