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>
This commit is contained in:
committed by
Jeff Garzik
parent
c1b7151a5e
commit
6880e7cb35
@@ -749,7 +749,6 @@ struct gfar_private {
|
|||||||
uint32_t msg_enable;
|
uint32_t msg_enable;
|
||||||
|
|
||||||
/* Network Statistics */
|
/* Network Statistics */
|
||||||
struct net_device_stats stats;
|
|
||||||
struct gfar_extra_stats extra_stats;
|
struct gfar_extra_stats extra_stats;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user