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 0ded0a4768a0..e7c227d7cb98 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -1119,6 +1119,7 @@ extern int dev_queue_xmit(struct sk_buff *skb);
1119extern int register_netdevice(struct net_device *dev); 1119extern int register_netdevice(struct net_device *dev);
1120extern void unregister_netdevice_queue(struct net_device *dev, 1120extern void unregister_netdevice_queue(struct net_device *dev,
1121 struct list_head *head); 1121 struct list_head *head);
1122extern void unregister_netdevice_many(struct list_head *head);
1122static inline void unregister_netdevice(struct net_device *dev) 1123static inline void unregister_netdevice(struct net_device *dev)
1123{ 1124{
1124 unregister_netdevice_queue(dev, NULL); 1125 unregister_netdevice_queue(dev, NULL);