diff options
-rw-r--r-- | net/sunrpc/svcauth_unix.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/sunrpc/svcauth_unix.c b/net/sunrpc/svcauth_unix.c index 31b9dea1bedd..ce136323da8b 100644 --- a/net/sunrpc/svcauth_unix.c +++ b/net/sunrpc/svcauth_unix.c | |||
@@ -33,6 +33,7 @@ struct unix_domain { | |||
33 | /* other stuff later */ | 33 | /* other stuff later */ |
34 | }; | 34 | }; |
35 | 35 | ||
36 | extern struct auth_ops svcauth_null; | ||
36 | extern struct auth_ops svcauth_unix; | 37 | extern struct auth_ops svcauth_unix; |
37 | 38 | ||
38 | static void svcauth_unix_domain_release(struct auth_domain *dom) | 39 | static void svcauth_unix_domain_release(struct auth_domain *dom) |