diff options
author | Sebastian Siewior <netdev@ml.breakpoint.cc> | 2007-10-17 04:52:22 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-10-17 20:11:28 -0400 |
commit | 6880e7cb35bfde5c8ef65cc846e0df54808f982f (patch) | |
tree | 465b1e8bd7461b363a1e79b9c6007221d4c30a00 | |
parent | c1b7151a5ef4f35fb116d1a2689c5280938b0e8d (diff) |
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>
-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 { | |||
749 | uint32_t msg_enable; | 749 | uint32_t msg_enable; |
750 | 750 | ||
751 | /* Network Statistics */ | 751 | /* Network Statistics */ |
752 | struct net_device_stats stats; | ||
753 | struct gfar_extra_stats extra_stats; | 752 | struct gfar_extra_stats extra_stats; |
754 | }; | 753 | }; |
755 | 754 | ||