aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r--include/linux/netdevice.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index cb1d918ecdf1..e6353cafbf05 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -1800,6 +1800,7 @@ static inline void unregister_netdevice(struct net_device *dev)
1800 1800
1801int netdev_refcnt_read(const struct net_device *dev); 1801int netdev_refcnt_read(const struct net_device *dev);
1802void free_netdev(struct net_device *dev); 1802void free_netdev(struct net_device *dev);
1803void netdev_freemem(struct net_device *dev);
1803void synchronize_net(void); 1804void synchronize_net(void);
1804int init_dummy_netdev(struct net_device *dev); 1805int init_dummy_netdev(struct net_device *dev);
1805 1806