Commit 6880e7cb35bfde5c8ef65cc846e0df54808f982f

Authored by Sebastian Siewior
Committed by Jeff Garzik
1 parent c1b7151a5e

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>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

drivers/net/gianfar.h
... ... @@ -749,7 +749,6 @@
749 749 uint32_t msg_enable;
750 750  
751 751 /* Network Statistics */
752   - struct net_device_stats stats;
753 752 struct gfar_extra_stats extra_stats;
754 753 };
755 754