This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / kernel / vserver / init.c
index 22cc818..4a20f26 100644 (file)
@@ -23,9 +23,7 @@ static int __init init_vserver(void)
 {
        int ret = 0;
 
-#ifdef CONFIG_VSERVER_DEBUG
        vserver_register_sysctl();
-#endif
        return ret;
 }
 
@@ -33,9 +31,7 @@ static int __init init_vserver(void)
 static void __exit exit_vserver(void)
 {
 
-#ifdef CONFIG_VSERVER_DEBUG
        vserver_unregister_sysctl();
-#endif
        return;
 }