From: Matt Kurz Date: Tue, 22 Jul 2014 20:10:33 +0000 (+1000) Subject: staging: lustre: Fix sparse warnings X-Git-Tag: omap-for-v3.17/fixes-against-rc2~166^2~356 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c49d4b96ab6175fdcc3f858b0ef620f20ae16437;p=pandora-kernel.git staging: lustre: Fix sparse warnings Declare several functions and variables as static in order to address the following sparse warnings drivers/staging/lustre/lnet/lnet/acceptor.c:49:3: warning: symbol 'lnet_acceptor_state' was not declared. Should it be static? drivers/staging/lustre/lnet/lnet/acceptor.c:79:1: warning: symbol 'lnet_acceptor_get_tunables' was not declared. Should it be static? drivers/staging/lustre/lnet/lnet/acceptor.c:211:1: warning: symbol 'lnet_accept' was not declared. Should it be static? drivers/staging/lustre/lnet/lnet/acceptor.c:333:1: warning: symbol 'lnet_acceptor' was not declared. Should it be static? Tested by compilation only. Signed-off-by: Matt Kurz Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed