From: Darshana Padmadas Date: Sat, 28 Mar 2015 17:43:52 +0000 (+0530) Subject: Staging: lustre: Make obd_proc_version_seq_show static X-Git-Tag: omap-for-v4.2/o2_dc~155^2~138^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=132eacb7fbd32cbfd55d47a230aea636e48ee959;p=pandora-kernel.git Staging: lustre: Make obd_proc_version_seq_show static The function obd_proc_version_seq_show is only used in this file, so make it static. This eliminates the following sparse warning: warning: symbol 'obd_proc_version_seq_show' was not declared. Should it be static? Signed-off-by: Darshana Padmadas Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed