summaryrefslogtreecommitdiff
path: root/include/linux/netdevice.h
diff options
context:
space:
mode:
authorAmerigo Wang <amwang@redhat.com>2012-08-09 22:14:57 (GMT)
committerDavid S. Miller <davem@davemloft.net>2012-08-14 21:28:24 (GMT)
commitb7bc2a5b5bd99b216c3e5fe68c7f45c684ab5745 (patch)
tree67c3bec34828092a6413e76ee638bdfc7e431ea1 /include/linux/netdevice.h
parentee89bab14e857678f83a71ee99e575b0fdbb58d4 (diff)
downloadlinux-fsl-qoriq-b7bc2a5b5bd99b216c3e5fe68c7f45c684ab5745.tar.xz
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.h2
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);