igb: Use the instance of net_device_stats from net_device.
authorAjit Khaparde <ajitkhaparde@gmail.com>
Wed, 7 Oct 2009 02:42:56 +0000 (02:42 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 8 Oct 2009 05:00:27 +0000 (22:00 -0700)
commit8d24e93309d688d59d4b6cf0b9cffc40337e067d
treef5f5b519227d0d49131113ed445883b5fed6b748
parent2d86f1393c62f9c3bae5c1207408ed6559aa3cc4
igb: 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/igb/igb.h
drivers/net/igb/igb_ethtool.c
drivers/net/igb/igb_main.c