mv643xx: convert to netdev_tx_t
authorDenis Kirjanov <kirjanov@gmail.com>
Mon, 30 Nov 2009 01:04:31 +0000 (17:04 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 30 Nov 2009 01:04:31 +0000 (17:04 -0800)
Signed-off-by: Denis Kirjanov <kirjanov@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/mv643xx_eth.c

index b62e61d..796a493 100644 (file)
@@ -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;