]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/sunrpc/sysctl.c
V4L/DVB (5127): M920x: update megasky driver for recent changes in the dvb tree
[karo-tx-linux.git] / net / sunrpc / sysctl.c
index 47d8df2b5eb2a94bf378704a748555efdcc86221..738db32a287d0be1500e0f67d1ce3676f439783b 100644 (file)
@@ -35,14 +35,8 @@ static ctl_table             sunrpc_table[];
 void
 rpc_register_sysctl(void)
 {
-       if (!sunrpc_table_header) {
-               sunrpc_table_header = register_sysctl_table(sunrpc_table, 1);
-#ifdef CONFIG_PROC_FS
-               if (sunrpc_table[0].de)
-                       sunrpc_table[0].de->owner = THIS_MODULE;
-#endif
-       }
-
+       if (!sunrpc_table_header)
+               sunrpc_table_header = register_sysctl_table(sunrpc_table);
 }
 
 void