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

mv643xx: convert to netdev_tx_t

Signed-off-by: default avatarDenis Kirjanov <kirjanov@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent f64f9e71
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment