[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <161255011051.23325.10863511684535856878.tip-bot2@tip-bot2>
Date: Fri, 05 Feb 2021 18:35:10 -0000
From: "tip-bot2 for Alexey Dobriyan" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: Alexey Dobriyan <adobriyan@...il.com>,
Thomas Gleixner <tglx@...utronix.de>,
Andrei Vagin <avagin@...il.com>, x86@...nel.org,
linux-kernel@...r.kernel.org
Subject: [tip: timers/core] timens: Delete no-op time_ns_init()
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@...il.com>
AuthorDate: Tue, 29 Dec 2020 00:54:02 +03:00
Committer: Thomas Gleixner <tglx@...utronix.de>
CommitterDate: Fri, 05 Feb 2021 19:32:09 +01:00
timens: Delete no-op time_ns_init()
Signed-off-by: Alexey Dobriyan <adobriyan@...il.com>
Signed-off-by: Thomas Gleixner <tglx@...utronix.de>
Acked-by: Andrei Vagin <avagin@...il.com>
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);
Powered by blists - more mailing lists