提交 0ccfe64d 编写于 作者: D Denis Kirjanov 提交者: David S. Miller

mv643xx: convert to netdev_tx_t

Signed-off-by: NDenis Kirjanov <kirjanov@gmail.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册