mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 11:46:19 +00:00
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:
parent
c1b7151a5e
commit
6880e7cb35
1 changed files with 0 additions and 1 deletions
|
@ -749,7 +749,6 @@ struct gfar_private {
|
|||
uint32_t msg_enable;
|
||||
|
||||
/* Network Statistics */
|
||||
struct net_device_stats stats;
|
||||
struct gfar_extra_stats extra_stats;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue