sysctl net: Remove unused binary sysctl code
[deliverable/linux.git] / net / sunrpc / sysctl.c
index 42f9748ae0939f8f2f22f8c8cb93505d378bf4e3..f0ce326d0178f13983b0472b1211060756f245ae 100644 (file)
@@ -168,17 +168,16 @@ static ctl_table debug_table[] = {
                .mode           = 0444,
                .proc_handler   = &proc_do_xprt,
        },
-       { .ctl_name = 0 }
+       { }
 };
 
 static ctl_table sunrpc_table[] = {
        {
-               .ctl_name       = CTL_SUNRPC,
                .procname       = "sunrpc",
                .mode           = 0555,
                .child          = debug_table
        },
-       { .ctl_name = 0 }
+       { }
 };
 
 #endif
This page took 0.033184 seconds and 5 git commands to generate.