diff options
Diffstat (limited to 'include/linux/sunrpc')
-rw-r--r-- | include/linux/sunrpc/auth.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/sunrpc/auth.h b/include/linux/sunrpc/auth.h index e93cd8aa3eb6..a19c3af933ca 100644 --- a/include/linux/sunrpc/auth.h +++ b/include/linux/sunrpc/auth.h | |||
@@ -96,9 +96,7 @@ struct rpc_auth { | |||
96 | struct rpc_authops { | 96 | struct rpc_authops { |
97 | struct module *owner; | 97 | struct module *owner; |
98 | rpc_authflavor_t au_flavor; /* flavor (RPC_AUTH_*) */ | 98 | rpc_authflavor_t au_flavor; /* flavor (RPC_AUTH_*) */ |
99 | #ifdef RPC_DEBUG | ||
100 | char * au_name; | 99 | char * au_name; |
101 | #endif | ||
102 | struct rpc_auth * (*create)(struct rpc_clnt *, rpc_authflavor_t); | 100 | struct rpc_auth * (*create)(struct rpc_clnt *, rpc_authflavor_t); |
103 | void (*destroy)(struct rpc_auth *); | 101 | void (*destroy)(struct rpc_auth *); |
104 | 102 | ||