staging: lustre: libcfs: fix sparse warnings about static declaration
authorJia He <hejianet@gmail.com>
Tue, 16 Dec 2014 14:37:36 +0000 (22:37 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 17 Jan 2015 23:41:23 +0000 (15:41 -0800)
commit054cd8374facbefeafa335d6c3c663939612a889
tree1372c6439ffc8e32b3027fcfd4889c81c2db23b3
parent3f9773a54a98d279530c7c5d7734b24edc1f757f
staging: lustre: libcfs: fix sparse warnings about static declaration

make sparse happy since these two fuchtion are only used in module.c.
tested by successful compilation.

Signed-off-by: Jia He <hejianet@gmail.com>
Cc: Oleg Drokin <oleg.drokin@intel.com>
Cc: Andreas Dilger <andreas.dilger@intel.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/libcfs/module.c