diff options
author | Ajit Khaparde <ajitkhaparde@gmail.com> | 2009-10-06 22:46:59 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-10-08 01:00:29 -0400 |
commit | 0cdc03698f2586923ad3b9fca06643ff5675f221 (patch) | |
tree | a403607562ecd5588b7735093ddbdb32d61f032a /drivers/net/ixgb/ixgb.h | |
parent | bcc90f555b4eb82604436f7ab6a7853c4b5997a3 (diff) |
ixgb: 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>
Diffstat (limited to 'drivers/net/ixgb/ixgb.h')
-rw-r--r-- | drivers/net/ixgb/ixgb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ixgb/ixgb.h b/drivers/net/ixgb/ixgb.h index d85717e3022a..e95d9b6f1f2d 100644 --- a/drivers/net/ixgb/ixgb.h +++ b/drivers/net/ixgb/ixgb.h | |||
@@ -183,7 +183,6 @@ struct ixgb_adapter { | |||
183 | struct napi_struct napi; | 183 | struct napi_struct napi; |
184 | struct net_device *netdev; | 184 | struct net_device *netdev; |
185 | struct pci_dev *pdev; | 185 | struct pci_dev *pdev; |
186 | struct net_device_stats net_stats; | ||
187 | 186 | ||
188 | /* structs defined in ixgb_hw.h */ | 187 | /* structs defined in ixgb_hw.h */ |
189 | struct ixgb_hw hw; | 188 | struct ixgb_hw hw; |