All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 3/3] 8390.h: remove net_device_stats
@ 2008-05-06 23:20 Paulius Zaleckas
  0 siblings, 0 replies; only message in thread
From: Paulius Zaleckas @ 2008-05-06 23:20 UTC (permalink / raw)
  To: netdev; +Cc: becker, dahinds

[-- Attachment #1: Type: text/plain, Size: 177 bytes --]

Remove no longer used net_device_stats.
Should be applied to mainline only after applying previous two patches.

Signed-off-by: Paulius Zaleckas <paulius.zaleckas@teltonika.lt>

[-- Attachment #2: 8390_h_netstats.patch --]
[-- Type: text/x-patch, Size: 565 bytes --]

diff --git a/drivers/net/8390.h b/drivers/net/8390.h
index 04ddec0..cf020d4 100644
--- a/drivers/net/8390.h
+++ b/drivers/net/8390.h
@@ -69,7 +69,6 @@ struct ei_device {
 	unsigned char reg0;		/* Register '0' in a WD8013 */
 	unsigned char reg5;		/* Register '5' in a WD8013 */
 	unsigned char saved_irq;	/* Original dev->irq value. */
-	struct net_device_stats stat;	/* The new statistics table. */
 	u32 *reg_offset;		/* Register mapping table */
 	spinlock_t page_lock;		/* Page register locks */
 	unsigned long priv;		/* Private field to store bus IDs etc. */

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2008-05-06 23:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-06 23:20 [PATCH 3/3] 8390.h: remove net_device_stats Paulius Zaleckas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.