From: Darshana Padmadas Date: Sat, 28 Mar 2015 18:25:04 +0000 (+0530) Subject: Staging: lustre: Mark internal functions static in llog_cat.c X-Git-Tag: omap-for-v4.2/o2_dc~155^2~138^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b80af40ebd61fcaaa9a2326a4ce401b5fe7c103;p=pandora-kernel.git Staging: lustre: Mark internal functions static in llog_cat.c This patch marks functions llog_cat_set_first_idx and cat_cancel_cb static as these are used only within this file. Also since cat_cancel_cb is made static do not export it. This eliminates the following sparse warning: warning: symbol * was not declared. Should it be static? Signed-off-by: Darshana Padmadas Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed