diff options
Diffstat (limited to 'drivers/net/au1000_eth.c')
-rw-r--r-- | drivers/net/au1000_eth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/au1000_eth.c b/drivers/net/au1000_eth.c index 2aab1ebc6cd1..407fd45f56a1 100644 --- a/drivers/net/au1000_eth.c +++ b/drivers/net/au1000_eth.c | |||
@@ -937,7 +937,7 @@ static int au1000_close(struct net_device *dev) | |||
937 | /* | 937 | /* |
938 | * Au1000 transmit routine. | 938 | * Au1000 transmit routine. |
939 | */ | 939 | */ |
940 | static int au1000_tx(struct sk_buff *skb, struct net_device *dev) | 940 | static netdev_tx_t au1000_tx(struct sk_buff *skb, struct net_device *dev) |
941 | { | 941 | { |
942 | struct au1000_private *aup = netdev_priv(dev); | 942 | struct au1000_private *aup = netdev_priv(dev); |
943 | struct net_device_stats *ps = &dev->stats; | 943 | struct net_device_stats *ps = &dev->stats; |