From: Jon Bernard Date: Tue, 20 Jan 2015 19:55:28 +0000 (-0500) Subject: staging: lustre: ptlrpc: fix lproc_ptlrpc static declarations X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~83^2~184 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3c986d3c17983e8a04d2660bc92037d753c3dd7;p=pandora-kernel.git staging: lustre: ptlrpc: fix lproc_ptlrpc static declarations This patch fixes the following sparse warnings: drivers/staging/lustre/lustre/ptlrpc/lproc_ptlrpc.c:51:3:warning: symbol 'll_rpc_opcode_table' was not declared. Should it be static? drivers/staging/lustre/lustre/ptlrpc/lproc_ptlrpc.c:142:3: warning: symbol 'll_eopcode_table' was not declared. Should it be static? drivers/staging/lustre/lustre/ptlrpc/lproc_ptlrpc.c:178:12: warning: symbol 'll_eopcode2str' was not declared. Should it be static? drivers/staging/lustre/lustre/ptlrpc/lproc_ptlrpc.c:731:1: warning: symbol 'ptlrpc_lprocfs_svc_req_history_seek' was not declared. Should it be static? Signed-off-by: Jon Bernard Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed