|
@@ -991,7 +991,7 @@ static int ax_open(struct net_device *dev)
|
|
|
*
|
|
|
* Opposite of ax_open(). Only used when "ifconfig <devname> down" is done.
|
|
|
*/
|
|
|
-int ax_close(struct net_device *dev)
|
|
|
+static int ax_close(struct net_device *dev)
|
|
|
{
|
|
|
unsigned long flags;
|
|
|
|
|
@@ -1014,7 +1014,7 @@ int ax_close(struct net_device *dev)
|
|
|
* completed (or failed) - i.e. never posted a Tx related interrupt.
|
|
|
*/
|
|
|
|
|
|
-void ei_tx_timeout(struct net_device *dev)
|
|
|
+static void ei_tx_timeout(struct net_device *dev)
|
|
|
{
|
|
|
long e8390_base = dev->base_addr;
|
|
|
struct ei_device *ei_local = (struct ei_device *) netdev_priv(dev);
|