diff options
| author | Amerigo Wang <amwang@redhat.com> | 2012-08-09 18:14:57 -0400 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2012-08-14 17:28:24 -0400 |
| commit | b7bc2a5b5bd99b216c3e5fe68c7f45c684ab5745 (patch) | |
| tree | 67c3bec34828092a6413e76ee638bdfc7e431ea1 /include/linux/netdevice.h | |
| parent | ee89bab14e857678f83a71ee99e575b0fdbb58d4 (diff) | |
net: remove netdev_bonding_change()
I don't see any benifits to use netdev_bonding_change() than
using call_netdevice_notifiers() directly.
Cc: David S. Miller <davem@davemloft.net>
Signed-off-by: Cong Wang <amwang@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/netdevice.h')
| -rw-r--r-- | include/linux/netdevice.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 8d4b7316c73..1d6ab69c1f3 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); | |||
| 2595 | extern int dev_set_allmulti(struct net_device *dev, int inc); | 2595 | extern int dev_set_allmulti(struct net_device *dev, int inc); |
| 2596 | extern void netdev_state_change(struct net_device *dev); | 2596 | extern void netdev_state_change(struct net_device *dev); |
| 2597 | extern void netdev_notify_peers(struct net_device *dev); | 2597 | extern void netdev_notify_peers(struct net_device *dev); |
| 2598 | extern int netdev_bonding_change(struct net_device *dev, | ||
| 2599 | unsigned long event); | ||
| 2600 | extern void netdev_features_change(struct net_device *dev); | 2598 | extern void netdev_features_change(struct net_device *dev); |
| 2601 | /* Load a device via the kmod */ | 2599 | /* Load a device via the kmod */ |
| 2602 | extern void dev_load(struct net *net, const char *name); | 2600 | extern void dev_load(struct net *net, const char *name); |
