From: Paulius Zaleckas <paulius.zaleckas@teltonika.lt>
Date: Tue, 6 May 2008 23:20:45 +0000 (+0300)
Subject: 8390.h: remove net_device_stats
X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ad0e8a4c15d82d55a731056eeef1288bf7e1c4dc;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git

8390.h: remove net_device_stats

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>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
---

diff --git a/drivers/net/8390.h b/drivers/net/8390.h
index 04ddec0f4c61..cf020d45aea6 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. */