diff options
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r-- | include/linux/netdevice.h | 1 |
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 | ||
1801 | int netdev_refcnt_read(const struct net_device *dev); | 1801 | int netdev_refcnt_read(const struct net_device *dev); |
1802 | void free_netdev(struct net_device *dev); | 1802 | void free_netdev(struct net_device *dev); |
1803 | void netdev_freemem(struct net_device *dev); | ||
1803 | void synchronize_net(void); | 1804 | void synchronize_net(void); |
1804 | int init_dummy_netdev(struct net_device *dev); | 1805 | int init_dummy_netdev(struct net_device *dev); |
1805 | 1806 | ||