projects
/
linux-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
netdev: convert pseudo drivers to netdev_tx_t
[linux-2.6.git]
/
drivers
/
net
/
can
/
vcan.c
diff --git
a/drivers/net/can/vcan.c
b/drivers/net/can/vcan.c
index
a10c1d7
..
6971f6c
100644
(file)
--- a/
drivers/net/can/vcan.c
+++ b/
drivers/net/can/vcan.c
@@
-83,7
+83,7
@@
static void vcan_rx(struct sk_buff *skb, struct net_device *dev)
netif_rx(skb);
}
-static int vcan_tx(struct sk_buff *skb, struct net_device *dev)
+static netdev_tx_t vcan_tx(struct sk_buff *skb, struct net_device *dev)
{
struct net_device_stats *stats = &dev->stats;
int loop;