summaryrefslogtreecommitdiffstats
path: root/include/net/bond_3ad.h
diff options
context:
space:
mode:
authorJonathan Toppins2015-01-26 07:17:01 +0100
committerDavid S. Miller2015-01-28 02:09:04 +0100
commit303691042d2fc996125f479cf01bd5ead8b90a16 (patch)
tree585a12ea9325e14b1b27fd73497873ddbc18d288 /include/net/bond_3ad.h
parentbonding: fix LACP PDU not sent on slave port sometimes (diff)
downloadkernel-qcow2-linux-303691042d2fc996125f479cf01bd5ead8b90a16.tar.gz
kernel-qcow2-linux-303691042d2fc996125f479cf01bd5ead8b90a16.tar.xz
kernel-qcow2-linux-303691042d2fc996125f479cf01bd5ead8b90a16.zip
bonding: cleanup and remove dead code
fix sparse warning about non-static function drivers/net/bonding/bond_main.c:3737:5: warning: symbol 'bond_3ad_xor_xmit' was not declared. Should it be static? Reviewed-by: Nikolay Aleksandrov <nikolay@redhat.com> Signed-off-by: Jonathan Toppins <jtoppins@cumulusnetworks.com> Signed-off-by: Jay Vosburgh <jay.vosburgh@canonical.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/bond_3ad.h')
-rw-r--r--include/net/bond_3ad.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/bond_3ad.h b/include/net/bond_3ad.h
index e01d903633ef..f04cdbb7848e 100644
--- a/include/net/bond_3ad.h
+++ b/include/net/bond_3ad.h
@@ -274,7 +274,6 @@ void bond_3ad_handle_link_change(struct slave *slave, char link);
int bond_3ad_get_active_agg_info(struct bonding *bond, struct ad_info *ad_info);
int __bond_3ad_get_active_agg_info(struct bonding *bond,
struct ad_info *ad_info);
-int bond_3ad_xmit_xor(struct sk_buff *skb, struct net_device *dev);
int bond_3ad_lacpdu_recv(const struct sk_buff *skb, struct bonding *bond,
struct slave *slave);
int bond_3ad_set_carrier(struct bonding *bond);