]> git.baikalelectronics.ru Git - kernel.git/commit
e1000e: Use the instance of net_device_stats from net_device.
authorAjit Khaparde <ajitkhaparde@gmail.com>
Wed, 7 Oct 2009 02:44:26 +0000 (02:44 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 8 Oct 2009 05:00:24 +0000 (22:00 -0700)
commite9643555fb1a4c9b5c255d05add6af512bdad596
treea46cdcbea0a4cee1952b539b742aaf1ac1bc590c
parent35a95285b5821dfc70de4faf2d80c8af199da398
e1000e: 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 private adapter structure.

Signed-off-by: Ajit Khaparde <ajitk@serverengines.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/e1000e/e1000.h
drivers/net/e1000e/ethtool.c
drivers/net/e1000e/netdev.c