diff options
author | Fengguang Wu <fengguang.wu@intel.com> | 2013-04-29 17:19:48 -0400 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2013-04-29 17:19:48 -0400 |
commit | 6278b62aa8f90c668a4e4b94ad9d3952cf4331b7 (patch) | |
tree | e58aec5a3ae2448b5bf3f94562e1a42424298564 /net | |
parent | 0ff3bab530c35dd6499f7f2d639816df2e1241cd (diff) | |
download | linux-stable-6278b62aa8f90c668a4e4b94ad9d3952cf4331b7.tar.gz linux-stable-6278b62aa8f90c668a4e4b94ad9d3952cf4331b7.tar.bz2 linux-stable-6278b62aa8f90c668a4e4b94ad9d3952cf4331b7.zip |
SUNRPC: gssp_procedures[] can be static
Cc: Simo Sorce <simo@redhat.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/sunrpc/auth_gss/gss_rpc_upcall.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sunrpc/auth_gss/gss_rpc_upcall.c b/net/sunrpc/auth_gss/gss_rpc_upcall.c index c63273604ddc..d304f41260f2 100644 --- a/net/sunrpc/auth_gss/gss_rpc_upcall.c +++ b/net/sunrpc/auth_gss/gss_rpc_upcall.c @@ -63,7 +63,7 @@ enum { .p_name = #proc, \ } -struct rpc_procinfo gssp_procedures[] = { +static struct rpc_procinfo gssp_procedures[] = { PROC(INDICATE_MECHS, indicate_mechs), PROC(GET_CALL_CONTEXT, get_call_context), PROC(IMPORT_AND_CANON_NAME, import_and_canon_name), |