diff options
| author | 2012-08-09 22:14:57 +0000 | |
|---|---|---|
| committer | 2012-08-14 14:28:24 -0700 | |
| commit | b7bc2a5b5bd99b216c3e5fe68c7f45c684ab5745 (patch) | |
| tree | 67c3bec34828092a6413e76ee638bdfc7e431ea1 /include/linux/netdevice.h | |
| parent | net: move and rename netif_notify_peers() (diff) | |
| download | linux-dev-b7bc2a5b5bd99b216c3e5fe68c7f45c684ab5745.tar.xz linux-dev-b7bc2a5b5bd99b216c3e5fe68c7f45c684ab5745.zip | |
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 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); 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); |
