aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tulip/winbond-840.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/tulip/winbond-840.c')
-rw-r--r--drivers/net/tulip/winbond-840.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/tulip/winbond-840.c b/drivers/net/tulip/winbond-840.c
index 1853530a32a2..3e59397e5386 100644
--- a/drivers/net/tulip/winbond-840.c
+++ b/drivers/net/tulip/winbond-840.c
@@ -333,7 +333,7 @@ static void init_registers(struct net_device *dev);
333static void tx_timeout(struct net_device *dev); 333static void tx_timeout(struct net_device *dev);
334static int alloc_ringdesc(struct net_device *dev); 334static int alloc_ringdesc(struct net_device *dev);
335static void free_ringdesc(struct netdev_private *np); 335static void free_ringdesc(struct netdev_private *np);
336static int start_tx(struct sk_buff *skb, struct net_device *dev); 336static netdev_tx_t start_tx(struct sk_buff *skb, struct net_device *dev);
337static irqreturn_t intr_handler(int irq, void *dev_instance); 337static irqreturn_t intr_handler(int irq, void *dev_instance);
338static void netdev_error(struct net_device *dev, int intr_status); 338static void netdev_error(struct net_device *dev, int intr_status);
339static int netdev_rx(struct net_device *dev); 339static int netdev_rx(struct net_device *dev);
@@ -997,7 +997,7 @@ static void free_ringdesc(struct netdev_private *np)
997 997
998} 998}
999 999
1000static int start_tx(struct sk_buff *skb, struct net_device *dev) 1000static netdev_tx_t start_tx(struct sk_buff *skb, struct net_device *dev)
1001{ 1001{
1002 struct netdev_private *np = netdev_priv(dev); 1002 struct netdev_private *np = netdev_priv(dev);
1003 unsigned entry; 1003 unsigned entry;