aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net')
-rw-r--r--drivers/net/tun.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/tun.c b/drivers/net/tun.c
index 51dba6192bab..97b050015f5e 100644
--- a/drivers/net/tun.c
+++ b/drivers/net/tun.c
@@ -810,7 +810,6 @@ static void tun_setup(struct net_device *dev)
810 810
811 dev->ethtool_ops = &tun_ethtool_ops; 811 dev->ethtool_ops = &tun_ethtool_ops;
812 dev->destructor = free_netdev; 812 dev->destructor = free_netdev;
813 dev->features |= NETIF_F_NETNS_LOCAL;
814} 813}
815 814
816static int tun_set_iff(struct net *net, struct file *file, struct ifreq *ifr) 815static int tun_set_iff(struct net *net, struct file *file, struct ifreq *ifr)