From: Hannes Eder Date: Fri, 26 Dec 2008 07:58:57 +0000 (-0800) Subject: drivers/net/bonding: fix sparse warnings: move decls to header file X-Git-Tag: v2.6.29-rc1~581^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b06715b7a3db551dcf4706f05e8d2285a66fe05f;p=pandora-kernel.git drivers/net/bonding: fix sparse warnings: move decls to header file Fix this sparse warnings: drivers/net/bonding/bond_main.c:104:20: warning: symbol 'bonding_defaults' was not declared. Should it be static? drivers/net/bonding/bond_main.c:204:22: warning: symbol 'ad_select_tbl' was not declared. Should it be static? drivers/net/bonding/bond_sysfs.c:60:21: warning: symbol 'bonding_rwsem' was not declared. Should it be static? Signed-off-by: Hannes Eder Signed-off-by: David S. Miller --- Reading git-diff-tree failed