diff options
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r-- | include/linux/netdevice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 96964fb7478b..cf89ce677e41 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
@@ -792,7 +792,7 @@ extern void free_netdev(struct net_device *dev); | |||
792 | extern void synchronize_net(void); | 792 | extern void synchronize_net(void); |
793 | extern int register_netdevice_notifier(struct notifier_block *nb); | 793 | extern int register_netdevice_notifier(struct notifier_block *nb); |
794 | extern int unregister_netdevice_notifier(struct notifier_block *nb); | 794 | extern int unregister_netdevice_notifier(struct notifier_block *nb); |
795 | extern int call_netdevice_notifiers(unsigned long val, void *v); | 795 | extern int call_netdevice_notifiers(unsigned long val, struct net_device *dev); |
796 | extern struct net_device *dev_get_by_index(struct net *net, int ifindex); | 796 | extern struct net_device *dev_get_by_index(struct net *net, int ifindex); |
797 | extern struct net_device *__dev_get_by_index(struct net *net, int ifindex); | 797 | extern struct net_device *__dev_get_by_index(struct net *net, int ifindex); |
798 | extern int dev_restart(struct net_device *dev); | 798 | extern int dev_restart(struct net_device *dev); |