diff options
author | Veaceslav Falico <vfalico@redhat.com> | 2013-09-27 01:22:01 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-09-30 15:39:17 -0400 |
commit | 90de527d7ec77e509a22596d8f9eae9b90fd28ca (patch) | |
tree | 68aca37e68b1a372e55fa56551f5d3084e355280 /drivers/net/bonding/bonding.h | |
parent | cb178190ab7d9c9b9fb90e36488ebd26ca004d32 (diff) | |
download | blackbird-obmc-linux-90de527d7ec77e509a22596d8f9eae9b90fd28ca.tar.gz blackbird-obmc-linux-90de527d7ec77e509a22596d8f9eae9b90fd28ca.zip |
bonding: trivial: remove forgotten bond_next_vlan()
It's a forgotten function declaration, which was removed some time ago
already.
CC: Jay Vosburgh <fubar@us.ibm.com>
CC: Andy Gospodarek <andy@greyhouse.net>
Signed-off-by: Veaceslav Falico <vfalico@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/bonding/bonding.h')
-rw-r--r-- | drivers/net/bonding/bonding.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/bonding/bonding.h b/drivers/net/bonding/bonding.h index 713b6af555c7..9a26fbd82645 100644 --- a/drivers/net/bonding/bonding.h +++ b/drivers/net/bonding/bonding.h @@ -398,7 +398,6 @@ static inline bool slave_can_tx(struct slave *slave) struct bond_net; int bond_arp_rcv(const struct sk_buff *skb, struct bonding *bond, struct slave *slave); -struct vlan_entry *bond_next_vlan(struct bonding *bond, struct vlan_entry *curr); 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); |