s390: simplify one-level syctl registration for s390dbf_table
[linux-2.6-microblaze.git] / arch / s390 / kernel / debug.c
index b376f03..221c865 100644 (file)
@@ -981,16 +981,6 @@ static struct ctl_table s390dbf_table[] = {
        { }
 };
 
-static struct ctl_table s390dbf_dir_table[] = {
-       {
-               .procname       = "s390dbf",
-               .maxlen         = 0,
-               .mode           = S_IRUGO | S_IXUGO,
-               .child          = s390dbf_table,
-       },
-       { }
-};
-
 static struct ctl_table_header *s390dbf_sysctl_header;
 
 /**
@@ -1574,7 +1564,7 @@ out:
  */
 static int __init debug_init(void)
 {
-       s390dbf_sysctl_header = register_sysctl_table(s390dbf_dir_table);
+       s390dbf_sysctl_header = register_sysctl("s390dbf", s390dbf_table);
        mutex_lock(&debug_mutex);
        debug_debugfs_root_entry = debugfs_create_dir(DEBUG_DIR_ROOT, NULL);
        initialized = 1;