From: Nikolay Aleksandrov Date: Tue, 15 Jul 2014 14:08:57 +0000 (+0200) Subject: bonding: fix bond_option_mode_set warning X-Git-Tag: omap-for-v3.17/fixes-against-rc2~149^2~155 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff11d8b27dcd85e7b96ac2570116d5061130bd5e;p=pandora-kernel.git bonding: fix bond_option_mode_set warning During the conversion to "static" functions this one got left out, only its prototype was converted, thus resulting in: drivers/net/bonding//bond_options.c:674:5: warning: symbol 'bond_option_mode_set' was not declared. Should it be static? Fix it by making it static and also break the line in two as it was too long. CC: Stephen Hemminger CC: Jay Vosburgh CC: Veaceslav Falico CC: Andy Gospodarek CC: David S. Miller Signed-off-by: Nikolay Aleksandrov Signed-off-by: David S. Miller --- Reading git-diff-tree failed