]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/sunrpc/auth_null.c
mmc: Fix compile for omap_hsmmc.c
[linux-2.6-omap-h63xx.git] / net / sunrpc / auth_null.c
index 3c26c18df0dec1eca563c6fa8ff34cf7f50e10ad..c70dd7f5258e18b440f02a072a9a62337cd61d87 100644 (file)
@@ -104,9 +104,7 @@ nul_validate(struct rpc_task *task, __be32 *p)
 const struct rpc_authops authnull_ops = {
        .owner          = THIS_MODULE,
        .au_flavor      = RPC_AUTH_NULL,
-#ifdef RPC_DEBUG
        .au_name        = "NULL",
-#endif
        .create         = nul_create,
        .destroy        = nul_destroy,
        .lookup_cred    = nul_lookup_cred,