md: move test for whether level supports bitmap to correct place
[powerpc.git] / ipc / ipc_sysctl.c
index 2c17d83..a88934a 100644 (file)
@@ -176,7 +176,7 @@ static struct ctl_table ipc_root_table[] = {
 
 static int __init ipc_sysctl_init(void)
 {
-       register_sysctl_table(ipc_root_table, 0);
+       register_sysctl_table(ipc_root_table);
        return 0;
 }