diff options
author | Stephen Hemminger <shemminger@vyatta.com> | 2009-08-31 15:50:47 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-09-01 04:13:28 -0400 |
commit | d71a674922e7519edb477ecb585e7d29d69c7aa7 (patch) | |
tree | 816f6936957d5dbe2670079f64bdbd1f52cec00d /drivers/net/wan/x25_asy.c | |
parent | 61a84108547c1c017683f15311ccbede249fc6fa (diff) |
wan: convert drivers to netdev_tx_t
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/wan/x25_asy.c')
-rw-r--r-- | drivers/net/wan/x25_asy.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wan/x25_asy.c b/drivers/net/wan/x25_asy.c index 1047920e742c..27945049c9e1 100644 --- a/drivers/net/wan/x25_asy.c +++ b/drivers/net/wan/x25_asy.c | |||
@@ -299,7 +299,8 @@ static void x25_asy_timeout(struct net_device *dev) | |||
299 | 299 | ||
300 | /* Encapsulate an IP datagram and kick it into a TTY queue. */ | 300 | /* Encapsulate an IP datagram and kick it into a TTY queue. */ |
301 | 301 | ||
302 | static int x25_asy_xmit(struct sk_buff *skb, struct net_device *dev) | 302 | static netdev_tx_t x25_asy_xmit(struct sk_buff *skb, |
303 | struct net_device *dev) | ||
303 | { | 304 | { |
304 | struct x25_asy *sl = netdev_priv(dev); | 305 | struct x25_asy *sl = netdev_priv(dev); |
305 | int err; | 306 | int err; |