mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
timens: Delete no-op time_ns_init()
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Andrei Vagin <avagin@gmail.com> Link: https://lore.kernel.org/r/20201228215402.GA572900@localhost.localdomain
This commit is contained in:
parent
b5c28ea601
commit
174bcc691f
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user