From: Alexey Dobriyan Date: Mon, 28 Dec 2020 21:54:02 +0000 (+0300) Subject: timens: Delete no-op time_ns_init() X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=174bcc691f44fdd05046c694fc650933819f72c7;p=linux.git timens: Delete no-op time_ns_init() Signed-off-by: Alexey Dobriyan Signed-off-by: Thomas Gleixner Acked-by: Andrei Vagin Link: https://lore.kernel.org/r/20201228215402.GA572900@localhost.localdomain --- diff --git a/kernel/time/namespace.c b/kernel/time/namespace.c index 6ca625f5e5544..12eab0d2ae28d 100644 --- a/kernel/time/namespace.c +++ b/kernel/time/namespace.c @@ -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);