From: Le Tan Date: Wed, 11 Feb 2015 04:13:14 +0000 (+0800) Subject: staging: lustre: resolves sparse warnings using static declaration X-Git-Tag: omap-for-v4.2/o2_dc~155^2~138^2~762 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12e397cdfba7e1a2dead072dba3e7bb21905f6c7;p=pandora-kernel.git staging: lustre: resolves sparse warnings using static declaration This patch resolves sparse warnings about non-declared symbol in staging/lustre/lustre/lov by adding static declaration. These warnings are like this: warning: symbol 'fiemap_calc_fm_end_offset' was not declared. Should it be static? Signed-off-by: Le Tan Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed