From: Janet Liu Date: Sun, 30 Nov 2014 10:08:10 +0000 (+0800) Subject: staging: lustre: fixed sparse warnings related to static declarations X-Git-Tag: omap-for-v3.20/drop-legacy-3517~70^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60ebee3bcf804a15229d71ac571c05f9f5e9e818;p=pandora-kernel.git staging: lustre: fixed sparse warnings related to static declarations drivers/staging/lustre/lustre/mdc/mdc_request.c:63:5: warning: symbol 'mdc_unpack_capa' was not declared. Should it be static? drivers/staging/lustre/lustre/mdc/mdc_request.c:150:5: warning: symbol 'mdc_getstatus' was not declared. Should it be static? drivers/staging/lustre/lustre/mdc/mdc_request.c:217:5: warning: symbol 'mdc_getattr' was not declared. Should it be static? drivers/staging/lustre/lustre/mdc/mdc_request.c:261:5: warning: symbol 'mdc_getattr_name' was not declared. Should it be static? drivers/staging/lustre/lustre/mdc/mdc_request.c:444:5: warning: symbol 'mdc_setxattr' was not declared. Should it be static? drivers/staging/lustre/lustre/mdc/mdc_request.c:455:5: warning: symbol 'mdc_getxattr' was not declared. Should it be static? Signed-off-by: Janet Liu Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed