diff options
author | Sebastian Siewior <netdev@ml.breakpoint.cc> | 2007-10-17 10:52:22 +0200 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-10-18 02:11:28 +0200 |
commit | 6880e7cb35bfde5c8ef65cc846e0df54808f982f (patch) | |
tree | 465b1e8bd7461b363a1e79b9c6007221d4c30a00 /drivers/net/gianfar.h | |
parent | forcedeth: fix rx-work condition in nv_rx_process_optimized() too (diff) | |
download | linux-6880e7cb35bfde5c8ef65cc846e0df54808f982f.tar.xz linux-6880e7cb35bfde5c8ef65cc846e0df54808f982f.zip |
gianfar: remove orphan struct.
struct net_device_stats is no longer used in driver's private
struct but in struct net_device.
Cc: Li Yang <leoli@freescale.com>
Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/gianfar.h')
-rw-r--r-- | drivers/net/gianfar.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/gianfar.h b/drivers/net/gianfar.h index c16cc8b946a9..46cd7735e6fe 100644 --- a/drivers/net/gianfar.h +++ b/drivers/net/gianfar.h @@ -749,7 +749,6 @@ struct gfar_private { uint32_t msg_enable; /* Network Statistics */ - struct net_device_stats stats; struct gfar_extra_stats extra_stats; }; |