Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6278b62a authored by Fengguang Wu's avatar Fengguang Wu Committed by J. Bruce Fields
Browse files

SUNRPC: gssp_procedures[] can be static



Cc: Simo Sorce <simo@redhat.com>
Signed-off-by: default avatarFengguang Wu <fengguang.wu@intel.com>
parent 0ff3bab5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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),