summaryrefslogtreecommitdiff
path: root/drivers/net/e1000/e1000.h
diff options
context:
space:
mode:
authorAjit Khaparde <ajitkhaparde@gmail.com>2009-10-07 02:42:23 (GMT)
committerDavid S. Miller <davem@davemloft.net>2009-10-08 05:00:27 (GMT)
commit5fe31deffa097795aed7ab276c90287823d26497 (patch)
treea7fbbfd16edf08d8795303358e586d9bb634a9cc /drivers/net/e1000/e1000.h
parent8d24e93309d688d59d4b6cf0b9cffc40337e067d (diff)
downloadlinux-fsl-qoriq-5fe31deffa097795aed7ab276c90287823d26497.tar.xz
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>
Diffstat (limited to 'drivers/net/e1000/e1000.h')
-rw-r--r--drivers/net/e1000/e1000.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/e1000/e1000.h b/drivers/net/e1000/e1000.h
index 42e2b7e..a566528 100644
--- a/drivers/net/e1000/e1000.h
+++ b/drivers/net/e1000/e1000.h
@@ -302,7 +302,6 @@ struct e1000_adapter {
/* OS defined structs */
struct net_device *netdev;
struct pci_dev *pdev;
- struct net_device_stats net_stats;
/* structs defined in e1000_hw.h */
struct e1000_hw hw;