summary refs log tree commit diff
path: root/drivers/net/arm/at91_ether.h
diff options
context:
space:
mode:
authorPaulius Zaleckas <paulius.zaleckas@teltonika.lt>2008-07-17 11:01:26 +0300
committerJeff Garzik <jgarzik@redhat.com>2008-07-22 19:45:41 -0400
commit7a2f53ee0b56ff7e1c0c24404575cb62935d37d9 (patch)
treea567c6b7e5814ecdf329823803532302f6009acd /drivers/net/arm/at91_ether.h
parentaa6ef27ea906e74bd23d14f43f095c012469d9c7 (diff)
downloadlinux-7a2f53ee0b56ff7e1c0c24404575cb62935d37d9.tar.gz
at91_ether: use netstats in net_device structure
Use net_device_stats from net_device structure instead of local.

Signed-off-by: Paulius Zaleckas <paulius.zaleckas@teltonika.lt>
Tested-by: Marc Pignat <marc.pignat@hevs.ch>
Acked-by: Andrew Victor <linux@maxim.org.za>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/net/arm/at91_ether.h')
-rw-r--r--drivers/net/arm/at91_ether.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/arm/at91_ether.h b/drivers/net/arm/at91_ether.h
index a38fd2d053a6..353f4dab62be 100644
--- a/drivers/net/arm/at91_ether.h
+++ b/drivers/net/arm/at91_ether.h
@@ -84,7 +84,6 @@ struct recv_desc_bufs
 
 struct at91_private
 {
-	struct net_device_stats stats;
 	struct mii_if_info mii;			/* ethtool support */
 	struct at91_eth_data board_data;	/* board-specific configuration */
 	struct clk *ether_clk;			/* clock */