Skip to content
Snippets Groups Projects
Commit 174bcc69 authored by Alexey Dobriyan's avatar Alexey Dobriyan Committed by Thomas Gleixner
Browse files
parent b5c28ea6
No related branches found
No related tags found
No related merge requests found
......@@ -465,9 +465,3 @@ struct time_namespace init_time_ns = {
.ns.ops = &timens_operations,
.frozen_offsets = true,
};
static int __init time_ns_init(void)
{
return 0;
}
subsys_initcall(time_ns_init);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment