diff options
Diffstat (limited to 'drivers/net/tun.c')
-rw-r--r-- | drivers/net/tun.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/tun.c b/drivers/net/tun.c index 2533f5cf2e4b..5f7842e4d4ae 100644 --- a/drivers/net/tun.c +++ b/drivers/net/tun.c | |||
@@ -358,7 +358,7 @@ static int tun_net_close(struct net_device *dev) | |||
358 | } | 358 | } |
359 | 359 | ||
360 | /* Net device start xmit */ | 360 | /* Net device start xmit */ |
361 | static int tun_net_xmit(struct sk_buff *skb, struct net_device *dev) | 361 | static netdev_tx_t tun_net_xmit(struct sk_buff *skb, struct net_device *dev) |
362 | { | 362 | { |
363 | struct tun_struct *tun = netdev_priv(dev); | 363 | struct tun_struct *tun = netdev_priv(dev); |
364 | 364 | ||