The following commit has been merged into the timers/core branch of tip: Commit-ID: 174bcc691f44fdd05046c694fc650933819f72c7 Gitweb: https://git.kernel.org/tip/174bcc691f44fdd05046c694fc650933819f72c7 Author: Alexey Dobriyan <adobriyan@xxxxxxxxx> AuthorDate: Tue, 29 Dec 2020 00:54:02 +03:00 Committer: Thomas Gleixner <tglx@xxxxxxxxxxxxx> CommitterDate: Fri, 05 Feb 2021 19:32:09 +01:00 timens: Delete no-op time_ns_init() Signed-off-by: Alexey Dobriyan <adobriyan@xxxxxxxxx> Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Acked-by: Andrei Vagin <avagin@xxxxxxxxx> Link: https://lore.kernel.org/r/20201228215402.GA572900@localhost.localdomain --- kernel/time/namespace.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/kernel/time/namespace.c b/kernel/time/namespace.c index 6ca625f..12eab0d 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);