Skip to content

Commit

Permalink
SUNRPC: gssp_procedures[] can be static
Browse files Browse the repository at this point in the history
Cc: Simo Sorce <simo@redhat.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
  • Loading branch information
Fengguang Wu authored and J. Bruce Fields committed Apr 29, 2013
1 parent 0ff3bab commit 6278b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/sunrpc/auth_gss/gss_rpc_upcall.c
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 6278b62

Please sign in to comment.