ixgbe: Use the instance of net_device_stats from net_device.
authorAjit Khaparde <ajitkhaparde@gmail.com>
Wed, 7 Oct 2009 02:43:49 +0000 (02:43 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 8 Oct 2009 05:00:26 +0000 (22:00 -0700)
commit2d86f1393c62f9c3bae5c1207408ed6559aa3cc4
tree631563e972a39da405eb9c3cae59296bb93e8750
parent6dc3494183db0b93f49b193ac115073b72453b9c
ixgbe: 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>
Acked-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ixgbe/ixgbe.h
drivers/net/ixgbe/ixgbe_ethtool.c
drivers/net/ixgbe/ixgbe_main.c