]> git.baikalelectronics.ru Git - kernel.git/commit
staging: lustre: fix sparse warnings for undeclared symbols
authorJohn Church <sleeveroller@gmail.com>
Mon, 2 Jun 2014 13:31:10 +0000 (14:31 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Jun 2014 22:33:09 +0000 (15:33 -0700)
commit5842098fa658944a853287bfcc7bb4b92218340c
tree012b24801e002d2242535ed5b7179aa73d026029
parent6deea01e71ef8e0c0f354ab752c4f5d716dd9257
staging: lustre: fix sparse warnings for undeclared symbols

This patch fixes the following sparse warnings for drivers/staging/lustre/lnet/lnet/router.c:

router.c:139:1: warning: symbol 'lnet_ni_notify_locked' was not declared. Should it be static?
router.c:277:1: warning: symbol 'lnet_add_route_to_rnet' was not declared. Should it be static?

Signed-off-by: John Church <sleeveroller@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lnet/lnet/router.c