mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-30 16:07:39 +00:00
SUNRPC: gssp_procedures[] can be static
Cc: Simo Sorce <simo@redhat.com> Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
This commit is contained in:
parent
0ff3bab530
commit
6278b62aa8
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
|
|
Loading…
Reference in a new issue