From: Tobias Klauser Date: Wed, 10 Sep 2014 07:34:50 +0000 (+0200) Subject: staging: vt6655: Use net_device_stats from struct net_device X-Git-Tag: fixes-for-v3.18-merge-window~15^2~448 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22981e0e5ab3aedfb46698ed7c12c7b944781bd3;p=pandora-kernel.git staging: vt6655: Use net_device_stats from struct net_device Instead of using an own copy of struct net_device_stats in struct vnt_private, use stats from struct net_device. Also remove the thus unnecessary device_get_stats(), 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