staging: lustre: fix sparse warnings: static function declaration

Signed-off-by: Vincenzo Scotti <vinc94@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Vincenzo Scotti 2014-12-01 00:10:26 +01:00 committed by Greg Kroah-Hartman
parent 60ebee3bcf
commit 450b31a9d0

View file

@ -1999,7 +1999,7 @@ static void *__req_capsule_get(struct req_capsule *pill,
/**
* Dump a request and/or reply
*/
void __req_capsule_dump(struct req_capsule *pill, enum req_location loc)
static void __req_capsule_dump(struct req_capsule *pill, enum req_location loc)
{
const struct req_format *fmt;
const struct req_msg_field *field;