Skip to content

Commit

Permalink
gianfar: remove orphan struct.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sebastian Siewior authored and Jeff Garzik committed Oct 18, 2007
1 parent c1b7151 commit 6880e7c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/net/gianfar.h
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,6 @@ struct gfar_private {
uint32_t msg_enable;

/* Network Statistics */
struct net_device_stats stats;
struct gfar_extra_stats extra_stats;
};

Expand Down

0 comments on commit 6880e7c

Please sign in to comment.