aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/linux/netdevice.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index 9fc1ab0c8914..56e3e0665272 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -1692,7 +1692,6 @@ extern int netdev_refcnt_read(const struct net_device *dev);
1692extern void free_netdev(struct net_device *dev); 1692extern void free_netdev(struct net_device *dev);
1693extern void synchronize_net(void); 1693extern void synchronize_net(void);
1694extern int init_dummy_netdev(struct net_device *dev); 1694extern int init_dummy_netdev(struct net_device *dev);
1695extern void netdev_resync_ops(struct net_device *dev);
1696 1695
1697extern struct net_device *dev_get_by_index(struct net *net, int ifindex); 1696extern struct net_device *dev_get_by_index(struct net *net, int ifindex);
1698extern struct net_device *__dev_get_by_index(struct net *net, int ifindex); 1697extern struct net_device *__dev_get_by_index(struct net *net, int ifindex);