* mv643xx: convert to netdev_tx_t
@ 2009-11-29 16:21 Denis Kirjanov <kirjanov@gmail.com
2009-11-30 1:04 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Denis Kirjanov <kirjanov@gmail.com @ 2009-11-29 16:21 UTC (permalink / raw)
To: davem; +Cc: netdev
---
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;
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: mv643xx: convert to netdev_tx_t
2009-11-29 16:21 mv643xx: convert to netdev_tx_t Denis Kirjanov <kirjanov@gmail.com
@ 2009-11-30 1:04 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2009-11-30 1:04 UTC (permalink / raw)
To: "kirjanov, kirjanov; +Cc: netdev
Applied, thank you.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-11-30 1:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-29 16:21 mv643xx: convert to netdev_tx_t Denis Kirjanov <kirjanov@gmail.com
2009-11-30 1:04 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).