From: Ralf Baechle Date: Mon, 5 Jul 2010 02:59:38 +0000 (+0000) Subject: ioc3-eth: Use the instance of net_device_stats from net_device. X-Git-Tag: v2.6.36-rc1~571^2~358 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a17ee90a16ddf6b410bc1a8a28a7e875dc08f8d;p=pandora-kernel.git ioc3-eth: Use the instance of net_device_stats from net_device. Since net_device has an instance of net_device_stats, we can remove the instance of this from the adapter structure. Based on original patch by Kulikov Vasiliy. Signed-off-by: Ralf Baechle Signed-off-by: Kulikov Vasiliy drivers/net/ioc3-eth.c | 49 ++++++++++++++++++++++++----------------------- 1 files changed, 25 insertions(+), 24 deletions(-) Signed-off-by: David S. Miller --- Reading git-diff-tree failed