]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: lustre: selftest: fix "not declared" by declaring static
authorJeremiah Mahler <jmmahler@gmail.com>
Sat, 27 Dec 2014 20:46:47 +0000 (12:46 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 17 Jan 2015 23:52:58 +0000 (15:52 -0800)
commit62366bf14c9a198ae4daadffd4d8c4156febfd18
tree8c6cdd2d070c5d585ecfe829f3c9442e4e3b0094
parent8f67fe2cd1ded2d8e5736f04064eabe51bd69712
staging: lustre: selftest: fix "not declared" by declaring static

Fix several "symbol '...' was not declared" sparse warnings
for variables which are only used locally by declaring them static.

Signed-off-by: Jeremiah Mahler <jmmahler@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lnet/selftest/framework.c
drivers/staging/lustre/lnet/selftest/rpc.c
drivers/staging/lustre/lnet/selftest/timer.c