staging:lustre:lnet:selftest: fix sparse warnings
authorAnton Saraev <antonysaraev@gmail.com>
Wed, 29 Oct 2014 19:41:49 +0000 (23:41 +0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 29 Oct 2014 23:25:06 +0000 (16:25 -0700)
commit8d94b6d22403cf4aebfbd246bb781501366db005
treec087d71259f30a3ba1cea5a5c46fee23798c19e9
parent2d37545751f27e38aa6beb71564adc35cc2d79ea
staging:lustre:lnet:selftest: fix sparse warnings

Fix sparse warnings: symbol X was not declared. Should it be static?
Some functions used only in files where they are declared. They can
be static.

Signed-off-by: Anton Saraev <antonysaraev@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lnet/selftest/conctl.c
drivers/staging/lustre/lnet/selftest/conrpc.c
drivers/staging/lustre/lnet/selftest/framework.c
drivers/staging/lustre/lnet/selftest/module.c
drivers/staging/lustre/lnet/selftest/rpc.c
drivers/staging/lustre/lnet/selftest/timer.c