diff options
Diffstat (limited to 'drivers/net/pcmcia')
-rw-r--r-- | drivers/net/pcmcia/axnet_cs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/pcmcia/axnet_cs.c b/drivers/net/pcmcia/axnet_cs.c index e1158817cc97..9d4d7061dff8 100644 --- a/drivers/net/pcmcia/axnet_cs.c +++ b/drivers/net/pcmcia/axnet_cs.c | |||
@@ -991,7 +991,7 @@ static int ax_open(struct net_device *dev) | |||
991 | * | 991 | * |
992 | * Opposite of ax_open(). Only used when "ifconfig <devname> down" is done. | 992 | * Opposite of ax_open(). Only used when "ifconfig <devname> down" is done. |
993 | */ | 993 | */ |
994 | int ax_close(struct net_device *dev) | 994 | static int ax_close(struct net_device *dev) |
995 | { | 995 | { |
996 | unsigned long flags; | 996 | unsigned long flags; |
997 | 997 | ||
@@ -1014,7 +1014,7 @@ int ax_close(struct net_device *dev) | |||
1014 | * completed (or failed) - i.e. never posted a Tx related interrupt. | 1014 | * completed (or failed) - i.e. never posted a Tx related interrupt. |
1015 | */ | 1015 | */ |
1016 | 1016 | ||
1017 | void ei_tx_timeout(struct net_device *dev) | 1017 | static void ei_tx_timeout(struct net_device *dev) |
1018 | { | 1018 | { |
1019 | long e8390_base = dev->base_addr; | 1019 | long e8390_base = dev->base_addr; |
1020 | struct ei_device *ei_local = (struct ei_device *) netdev_priv(dev); | 1020 | struct ei_device *ei_local = (struct ei_device *) netdev_priv(dev); |