diff options
Diffstat (limited to 'drivers/net/de600.h')
-rw-r--r-- | drivers/net/de600.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/de600.h b/drivers/net/de600.h index 1288e48ba704..e80ecbabcf4e 100644 --- a/drivers/net/de600.h +++ b/drivers/net/de600.h | |||
@@ -121,7 +121,6 @@ static u8 de600_read_byte(unsigned char type, struct net_device *dev); | |||
121 | /* Put in the device structure. */ | 121 | /* Put in the device structure. */ |
122 | static int de600_open(struct net_device *dev); | 122 | static int de600_open(struct net_device *dev); |
123 | static int de600_close(struct net_device *dev); | 123 | static int de600_close(struct net_device *dev); |
124 | static struct net_device_stats *get_stats(struct net_device *dev); | ||
125 | static int de600_start_xmit(struct sk_buff *skb, struct net_device *dev); | 124 | static int de600_start_xmit(struct sk_buff *skb, struct net_device *dev); |
126 | 125 | ||
127 | /* Dispatch from interrupts. */ | 126 | /* Dispatch from interrupts. */ |