[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20091129162123.GA17782@coldcone>
Date: Sun, 29 Nov 2009 19:21:24 +0300
From: "Denis Kirjanov <kirjanov@...il.com" <kirjanov@...il.com>
To: davem@...emloft.net
Cc: netdev@...r.kernel.org
Subject: mv643xx: convert to netdev_tx_t
---
drivers/net/mv643xx_eth.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/net/mv643xx_eth.c b/drivers/net/mv643xx_eth.c
index b62e61d..796a493 100644
--- a/drivers/net/mv643xx_eth.c
+++ b/drivers/net/mv643xx_eth.c
@@ -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;
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists