Skip to content

Commit

Permalink
mv643xx: convert to netdev_tx_t
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Kirjanov <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
kda88 authored and davem330 committed Nov 30, 2009
1 parent f64f9e7 commit 0ccfe64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/mv643xx_eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0ccfe64

Please sign in to comment.