diff options
Diffstat (limited to 'drivers/net/7990.h')
-rw-r--r-- | drivers/net/7990.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/7990.h b/drivers/net/7990.h index b1212b5ed92f..0a5837b96421 100644 --- a/drivers/net/7990.h +++ b/drivers/net/7990.h | |||
@@ -111,7 +111,6 @@ struct lance_private | |||
111 | int lance_log_rx_bufs, lance_log_tx_bufs; | 111 | int lance_log_rx_bufs, lance_log_tx_bufs; |
112 | int rx_ring_mod_mask, tx_ring_mod_mask; | 112 | int rx_ring_mod_mask, tx_ring_mod_mask; |
113 | 113 | ||
114 | struct net_device_stats stats; | ||
115 | int tpe; /* TPE is selected */ | 114 | int tpe; /* TPE is selected */ |
116 | int auto_select; /* cable-selection is by carrier */ | 115 | int auto_select; /* cable-selection is by carrier */ |
117 | unsigned short busmaster_regval; | 116 | unsigned short busmaster_regval; |
@@ -246,7 +245,6 @@ struct lance_private | |||
246 | extern int lance_open(struct net_device *dev); | 245 | extern int lance_open(struct net_device *dev); |
247 | extern int lance_close (struct net_device *dev); | 246 | extern int lance_close (struct net_device *dev); |
248 | extern int lance_start_xmit (struct sk_buff *skb, struct net_device *dev); | 247 | extern int lance_start_xmit (struct sk_buff *skb, struct net_device *dev); |
249 | extern struct net_device_stats *lance_get_stats (struct net_device *dev); | ||
250 | extern void lance_set_multicast (struct net_device *dev); | 248 | extern void lance_set_multicast (struct net_device *dev); |
251 | extern void lance_tx_timeout(struct net_device *dev); | 249 | extern void lance_tx_timeout(struct net_device *dev); |
252 | #ifdef CONFIG_NET_POLL_CONTROLLER | 250 | #ifdef CONFIG_NET_POLL_CONTROLLER |