[PATCH] sysctl: remove insert_at_head from register_sysctl
[safe/jmp/linux-2.6] / arch / s390 / kernel / debug.c
index 1b95148..eca3fe5 100644 (file)
@@ -1053,7 +1053,7 @@ __init debug_init(void)
 {
        int rc = 0;
 
-       s390dbf_sysctl_header = register_sysctl_table(s390dbf_dir_table, 0);
+       s390dbf_sysctl_header = register_sysctl_table(s390dbf_dir_table);
        down(&debug_lock);
        debug_debugfs_root_entry = debugfs_create_dir(DEBUG_DIR_ROOT,NULL);
        printk(KERN_INFO "debug: Initialization complete\n");