summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding
diff options
context:
space:
mode:
authorJonathan Toppins <jtoppins@cumulusnetworks.com>2015-01-26 01:17:01 -0500
committerDavid S. Miller <davem@davemloft.net>2015-01-27 17:09:04 -0800
commit303691042d2fc996125f479cf01bd5ead8b90a16 (patch)
tree585a12ea9325e14b1b27fd73497873ddbc18d288 /drivers/net/bonding
parent2f6373245a09e2a34f36df7d982f783291ec8fce (diff)
downloadop-kernel-dev-303691042d2fc996125f479cf01bd5ead8b90a16.zip
op-kernel-dev-303691042d2fc996125f479cf01bd5ead8b90a16.tar.gz
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 'drivers/net/bonding')
-rw-r--r--drivers/net/bonding/bond_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/bonding/bond_main.c b/drivers/net/bonding/bond_main.c
index beff00e..e229a86 100644
--- a/drivers/net/bonding/bond_main.c
+++ b/drivers/net/bonding/bond_main.c
@@ -3734,7 +3734,7 @@ out:
* usable slave array is formed in the control path. The xmit function
* just calculates hash and sends the packet out.
*/
-int bond_3ad_xor_xmit(struct sk_buff *skb, struct net_device *dev)
+static int bond_3ad_xor_xmit(struct sk_buff *skb, struct net_device *dev)
{
struct bonding *bond = netdev_priv(dev);
struct slave *slave;
OpenPOWER on IntegriCloud