diff options
author | Amerigo Wang <amwang@redhat.com> | 2012-08-09 22:14:57 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-08-14 14:28:24 -0700 |
commit | b7bc2a5b5bd99b216c3e5fe68c7f45c684ab5745 (patch) | |
tree | 67c3bec34828092a6413e76ee638bdfc7e431ea1 /include | |
parent | ee89bab14e857678f83a71ee99e575b0fdbb58d4 (diff) | |
download | op-kernel-dev-b7bc2a5b5bd99b216c3e5fe68c7f45c684ab5745.zip op-kernel-dev-b7bc2a5b5bd99b216c3e5fe68c7f45c684ab5745.tar.gz |
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')
-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 8d4b731..1d6ab69 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); extern int dev_set_allmulti(struct net_device *dev, int inc); extern void netdev_state_change(struct net_device *dev); extern void netdev_notify_peers(struct net_device *dev); -extern int netdev_bonding_change(struct net_device *dev, - unsigned long event); extern void netdev_features_change(struct net_device *dev); /* Load a device via the kmod */ extern void dev_load(struct net *net, const char *name); |