staging: lustre: selftest: fix "not declared" by declaring in header
authorJeremiah Mahler <jmmahler@gmail.com>
Sat, 27 Dec 2014 20:46:46 +0000 (12:46 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 17 Jan 2015 23:52:58 +0000 (15:52 -0800)
commit8f67fe2cd1ded2d8e5736f04064eabe51bd69712
treed46411b9f19f50838961227861b3ec115255c398
parentfd17846d8d6acf991c660ed3498031c6451db61d
staging: lustre: selftest: fix "not declared" by declaring in header

Fix several "symbol '...' was not declared" sparse warnings which
are caused by global variables by declaring them in the header file.

Signed-off-by: Jeremiah Mahler <jmmahler@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lnet/selftest/selftest.h
This page took 0.025868 seconds and 5 git commands to generate.