]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/sunrpc/sunrpc_syms.c
[POWERPC] Add of_translate_dma_address
[linux-2.6-omap-h63xx.git] / net / sunrpc / sunrpc_syms.c
index 018065fca84bf934f7d82ba4cede08dc40ebe27c..33d89e842c8506ead293a7ac8460c71e8b392fb0 100644 (file)
@@ -20,7 +20,7 @@
 #include <linux/sunrpc/auth.h>
 #include <linux/workqueue.h>
 #include <linux/sunrpc/rpc_pipe_fs.h>
-
+#include <linux/sunrpc/xprtsock.h>
 
 /* RPC scheduler */
 EXPORT_SYMBOL(rpc_execute);
@@ -152,7 +152,7 @@ init_sunrpc(void)
        cache_register(&ip_map_cache);
        cache_register(&unix_gid_cache);
        init_socket_xprt();
-       rpc_init_authunix();
+       rpcauth_init_module();
 out:
        return err;
 }
@@ -160,6 +160,7 @@ out:
 static void __exit
 cleanup_sunrpc(void)
 {
+       rpcauth_remove_module();
        cleanup_socket_xprt();
        unregister_rpc_pipefs();
        rpc_destroy_mempool();