diff options
-rw-r--r-- | drivers/net/ne2.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/ne2.c b/drivers/net/ne2.c index 8d61807dc181..a53bb201d3c7 100644 --- a/drivers/net/ne2.c +++ b/drivers/net/ne2.c | |||
@@ -137,9 +137,6 @@ extern int netcard_probe(struct net_device *dev); | |||
137 | 137 | ||
138 | static int ne2_probe1(struct net_device *dev, int slot); | 138 | static int ne2_probe1(struct net_device *dev, int slot); |
139 | 139 | ||
140 | static int ne_open(struct net_device *dev); | ||
141 | static int ne_close(struct net_device *dev); | ||
142 | |||
143 | static void ne_reset_8390(struct net_device *dev); | 140 | static void ne_reset_8390(struct net_device *dev); |
144 | static void ne_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, | 141 | static void ne_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, |
145 | int ring_page); | 142 | int ring_page); |