Staging: lustre: lnet: selftest: Made a function static.
commit43311238ce5864a8b01d35931d63da14044a2c0d
authorHeena Sirwani <heenasirwani@gmail.com>
Wed, 1 Oct 2014 09:09:02 +0000 (1 14:39 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 2 Oct 2014 16:58:15 +0000 (2 09:58 -0700)
tree31a813b408072e0f1f6f17b82700fe556bd17d6c
parent2e3e133d2ec87e9c0b82d338e4491f766c1113b1
Staging: lustre: lnet: selftest: Made a function static.

The following patch makes a function static as it was not used by other
files.
The patch fixes the warning:
WARNING: symbol 'brw_check_page' was not declared. Should it be static?

The above warning was reported by sparse.

Signed-off-by: Heena Sirwani <heenasirwani@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lnet/selftest/brw_test.c