From: Lennert Buytenhek Date: Sun, 1 Jun 2008 09:40:29 +0000 (+0200) Subject: mv643xx_eth: kill private unused instance of struct net_device_stats X-Git-Tag: v2.6.27-rc1~969^2~289^2~12^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16820054773027a9be2e2b5e33eb2015d32deeaf;p=pandora-kernel.git mv643xx_eth: kill private unused instance of struct net_device_stats The per-port mv643xx_eth_private struct had a private instance of struct net_device_stats that was never ever written to, only read (via the ethtool statistics interface). This patch gets rid of the private instance, and tweaks the ethtool statistics code in mv643xx_eth to use the statistics in struct net_device instead. Signed-off-by: Lennert Buytenhek Acked-by: Dale Farnsworth --- Reading git-diff-tree failed