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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index 8d4b7316c734..1d6ab69c1f3f 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -2595,8 +2595,6 @@ extern int dev_set_promiscuity(struct net_device *dev, int inc);
2595extern int dev_set_allmulti(struct net_device *dev, int inc); 2595extern int dev_set_allmulti(struct net_device *dev, int inc);
2596extern void netdev_state_change(struct net_device *dev); 2596extern void netdev_state_change(struct net_device *dev);
2597extern void netdev_notify_peers(struct net_device *dev); 2597extern void netdev_notify_peers(struct net_device *dev);
2598extern int netdev_bonding_change(struct net_device *dev,
2599 unsigned long event);
2600extern void netdev_features_change(struct net_device *dev); 2598extern void netdev_features_change(struct net_device *dev);
2601/* Load a device via the kmod */ 2599/* Load a device via the kmod */
2602extern void dev_load(struct net *net, const char *name); 2600extern void dev_load(struct net *net, const char *name);