diff options
-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 { | |||
63 | .p_name = #proc, \ | 63 | .p_name = #proc, \ |
64 | } | 64 | } |
65 | 65 | ||
66 | struct rpc_procinfo gssp_procedures[] = { | 66 | static struct rpc_procinfo gssp_procedures[] = { |
67 | PROC(INDICATE_MECHS, indicate_mechs), | 67 | PROC(INDICATE_MECHS, indicate_mechs), |
68 | PROC(GET_CALL_CONTEXT, get_call_context), | 68 | PROC(GET_CALL_CONTEXT, get_call_context), |
69 | PROC(IMPORT_AND_CANON_NAME, import_and_canon_name), | 69 | PROC(IMPORT_AND_CANON_NAME, import_and_canon_name), |