1
0
Fork 0

SUNRPC: gssp_procedures[] can be static

Cc: Simo Sorce <simo@redhat.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
hifive-unleashed-5.1
Fengguang Wu 2013-04-29 17:19:48 -04:00 committed by J. Bruce Fields
parent 0ff3bab530
commit 6278b62aa8
1 changed files with 1 additions and 1 deletions

View File

@ -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),