From 0c7e603699bafbbdef1b1da4b946df1e15f7efbe Mon Sep 17 00:00:00 2001
From: Florian Pose <fp@igh-essen.com>
Date: Tue, 9 May 2006 10:13:53 +0000
Subject: [PATCH] EoE documentation updates.

---
 master/ethernet.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/master/ethernet.c b/master/ethernet.c
index 255bc4b2..ae87f417 100644
--- a/master/ethernet.c
+++ b/master/ethernet.c
@@ -42,7 +42,6 @@
 /*****************************************************************************/
 
 void ec_eoe_flush(ec_eoe_t *);
-void ec_eoedev_init(struct net_device *);
 
 // state functions
 void ec_eoe_state_rx_start(ec_eoe_t *);
@@ -56,7 +55,6 @@ int ec_eoedev_open(struct net_device *);
 int ec_eoedev_stop(struct net_device *);
 int ec_eoedev_tx(struct sk_buff *, struct net_device *);
 struct net_device_stats *ec_eoedev_stats(struct net_device *);
-void ec_eoedev_rx(struct net_device *, const uint8_t *, size_t);
 
 /*****************************************************************************/
 
-- 
GitLab