diff options
Diffstat (limited to 'drivers/net/3c501.h')
-rw-r--r-- | drivers/net/3c501.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/3c501.h b/drivers/net/3c501.h index c56a2c62f7de..cfec64efff78 100644 --- a/drivers/net/3c501.h +++ b/drivers/net/3c501.h | |||
@@ -11,7 +11,6 @@ static irqreturn_t el_interrupt(int irq, void *dev_id); | |||
11 | static void el_receive(struct net_device *dev); | 11 | static void el_receive(struct net_device *dev); |
12 | static void el_reset(struct net_device *dev); | 12 | static void el_reset(struct net_device *dev); |
13 | static int el1_close(struct net_device *dev); | 13 | static int el1_close(struct net_device *dev); |
14 | static struct net_device_stats *el1_get_stats(struct net_device *dev); | ||
15 | static void set_multicast_list(struct net_device *dev); | 14 | static void set_multicast_list(struct net_device *dev); |
16 | static const struct ethtool_ops netdev_ethtool_ops; | 15 | static const struct ethtool_ops netdev_ethtool_ops; |
17 | 16 | ||
@@ -29,7 +28,6 @@ static int el_debug = EL_DEBUG; | |||
29 | 28 | ||
30 | struct net_local | 29 | struct net_local |
31 | { | 30 | { |
32 | struct net_device_stats stats; | ||
33 | int tx_pkt_start; /* The length of the current Tx packet. */ | 31 | int tx_pkt_start; /* The length of the current Tx packet. */ |
34 | int collisions; /* Tx collisions this packet */ | 32 | int collisions; /* Tx collisions this packet */ |
35 | int loading; /* Spot buffer load collisions */ | 33 | int loading; /* Spot buffer load collisions */ |