diff options
Diffstat (limited to 'drivers/net/typhoon.c')
-rw-r--r-- | drivers/net/typhoon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/typhoon.c b/drivers/net/typhoon.c index 2c26b4577e8a..d6d345229fe9 100644 --- a/drivers/net/typhoon.c +++ b/drivers/net/typhoon.c | |||
@@ -762,7 +762,7 @@ typhoon_tso_fill(struct sk_buff *skb, struct transmit_ring *txRing, | |||
762 | tcpd->status = 0; | 762 | tcpd->status = 0; |
763 | } | 763 | } |
764 | 764 | ||
765 | static int | 765 | static netdev_tx_t |
766 | typhoon_start_tx(struct sk_buff *skb, struct net_device *dev) | 766 | typhoon_start_tx(struct sk_buff *skb, struct net_device *dev) |
767 | { | 767 | { |
768 | struct typhoon *tp = netdev_priv(dev); | 768 | struct typhoon *tp = netdev_priv(dev); |