Эх сурвалжийг харах

mv643xx: convert to netdev_tx_t

Signed-off-by: Denis Kirjanov <kirjanov@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Denis Kirjanov 15 жил өмнө
parent
commit
0ccfe64d3f

+ 1 - 1
drivers/net/mv643xx_eth.c

@@ -849,7 +849,7 @@ no_csum:
 	return 0;
 	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);
 	struct mv643xx_eth_private *mp = netdev_priv(dev);
 	int queue;
 	int queue;