summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bonding.h
diff options
context:
space:
mode:
authorstephen hemminger <stephen@networkplumber.org>2013-12-29 11:41:25 -0800
committerDavid S. Miller <davem@davemloft.net>2013-12-29 16:34:25 -0500
commitda131ddbffae0d225f36e0651b8cf7014a576c0e (patch)
tree116a485a16e79e906a8563b2372b841243d12ce1 /drivers/net/bonding/bonding.h
parentf7e56a76acf642d21a8e7bd587e270ae7addc4db (diff)
downloadlinux-da131ddbffae0d225f36e0651b8cf7014a576c0e.tar.bz2
bonding: make local function static
bond_xmit_slave_id is only used in main. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/bonding/bonding.h')
-rw-r--r--drivers/net/bonding/bonding.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/bonding/bonding.h b/drivers/net/bonding/bonding.h
index 5886f07dc1f3..2897137e892f 100644
--- a/drivers/net/bonding/bonding.h
+++ b/drivers/net/bonding/bonding.h
@@ -417,7 +417,6 @@ struct bond_net;
int bond_arp_rcv(const struct sk_buff *skb, struct bonding *bond, struct slave *slave);
int bond_dev_queue_xmit(struct bonding *bond, struct sk_buff *skb, struct net_device *slave_dev);
-void bond_xmit_slave_id(struct bonding *bond, struct sk_buff *skb, int slave_id);
int bond_create(struct net *net, const char *name);
int bond_create_sysfs(struct bond_net *net);
void bond_destroy_sysfs(struct bond_net *net);