1
0
Fork 0

mv643xx: convert to netdev_tx_t

Signed-off-by: Denis Kirjanov <kirjanov@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
hifive-unleashed-5.1
Denis Kirjanov 2009-11-29 17:04:31 -08:00 committed by David S. Miller
parent f64f9e7192
commit 0ccfe64d3f
1 changed files with 1 additions and 1 deletions

View File

@ -849,7 +849,7 @@ no_csum:
return 0;
}
static int mv643xx_eth_xmit(struct sk_buff *skb, struct net_device *dev)
static netdev_tx_t mv643xx_eth_xmit(struct sk_buff *skb, struct net_device *dev)
{
struct mv643xx_eth_private *mp = netdev_priv(dev);
int queue;