Commit 0ccfe64d authored by Denis Kirjanov's avatar Denis Kirjanov Committed by David S. Miller
Browse files

mv643xx: convert to netdev_tx_t

parent f64f9e71
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -849,7 +849,7 @@ static int txq_submit_skb(struct tx_queue *txq, struct sk_buff *skb)
	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;