From: John Church Date: Mon, 2 Jun 2014 13:31:10 +0000 (+0100) Subject: staging: lustre: fix sparse warnings for undeclared symbols X-Git-Tag: omap-for-v3.17/fixes-against-rc2~166^2~1954 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24008203f8d8b9f3ccf449458550aa78c9021041;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed