]> git.baikalelectronics.ru Git - kernel.git/commit
e1000: Use the instance of net_device_stats from net_device.
authorAjit Khaparde <ajitkhaparde@gmail.com>
Wed, 7 Oct 2009 02:42:23 +0000 (02:42 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 8 Oct 2009 05:00:27 +0000 (22:00 -0700)
commitd0ae2cf8f0ed827ffdd7044773268af3f68dd984
treea7fbbfd16edf08d8795303358e586d9bb634a9cc
parent4e313d5482eb208356ea37d8babf30f0b235028a
e1000: 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.

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