forked from Minki/linux
mv643xx: convert to netdev_tx_t
Signed-off-by: Denis Kirjanov <kirjanov@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
f64f9e7192
commit
0ccfe64d3f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user