davinci_emac: Use the instance of net_device_stats from net_device.
authorKulikov Vasiliy <segooon@gmail.com>
Mon, 5 Jul 2010 02:13:26 +0000 (02:13 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 6 Jul 2010 02:41:12 +0000 (19:41 -0700)
commit78e8c5325aa8ae99b6738eaab0ebb7e3f53007ff
tree8f5420593fa0d6604e9c62a35bd0b94962aa7261
parent0a17ee90a16ddf6b410bc1a8a28a7e875dc08f8d
davinci_emac: 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: Kulikov Vasiliy <segooon@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/davinci_emac.c