OSDN Git Service

Merge tag 'powerpc-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc...
[tomoyo/tomoyo-test1.git] / arch / powerpc / platforms / pseries / mobility.c
index 6b25642..6f30113 100644 (file)
@@ -62,18 +62,10 @@ static struct ctl_table nmi_wd_lpm_factor_ctl_table[] = {
        },
        {}
 };
-static struct ctl_table nmi_wd_lpm_factor_sysctl_root[] = {
-       {
-               .procname       = "kernel",
-               .mode           = 0555,
-               .child          = nmi_wd_lpm_factor_ctl_table,
-       },
-       {}
-};
 
 static int __init register_nmi_wd_lpm_factor_sysctl(void)
 {
-       register_sysctl_table(nmi_wd_lpm_factor_sysctl_root);
+       register_sysctl("kernel", nmi_wd_lpm_factor_ctl_table);
 
        return 0;
 }