kernel/kernel/cgroup/namespace.c
.. .. @@ -149,9 +149,3 @@ 149 149 .install = cgroupns_install, 150 150 .owner = cgroupns_owner, 151 151 }; 152 -153 -static __init int cgroup_namespaces_init(void)154 -{155 - return 0;156 -}157 -subsys_initcall(cgroup_namespaces_init);