aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/auth_generic.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/sunrpc/auth_generic.c')
-rw-r--r--net/sunrpc/auth_generic.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/sunrpc/auth_generic.c b/net/sunrpc/auth_generic.c
index 6a3f77c9e4d3..b6f124c85072 100644
--- a/net/sunrpc/auth_generic.c
+++ b/net/sunrpc/auth_generic.c
@@ -136,9 +136,7 @@ static struct rpc_cred_cache generic_cred_cache = {
136 136
137static const struct rpc_authops generic_auth_ops = { 137static const struct rpc_authops generic_auth_ops = {
138 .owner = THIS_MODULE, 138 .owner = THIS_MODULE,
139#ifdef RPC_DEBUG
140 .au_name = "Generic", 139 .au_name = "Generic",
141#endif
142 .lookup_cred = generic_lookup_cred, 140 .lookup_cred = generic_lookup_cred,
143 .crcreate = generic_create_cred, 141 .crcreate = generic_create_cred,
144}; 142};