linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] timens: delete no-op time_ns_init()
@ 2020-12-28 21:54 Alexey Dobriyan
  2020-12-29  8:33 ` Andrei Vagin
  2021-02-05 18:35 ` [tip: timers/core] timens: Delete " tip-bot2 for Alexey Dobriyan
  0 siblings, 2 replies; 3+ messages in thread
From: Alexey Dobriyan @ 2020-12-28 21:54 UTC (permalink / raw)
  To: tglx; +Cc: linux-kernel, avagin

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
---

 kernel/time/namespace.c |    6 ------
 1 file changed, 6 deletions(-)

--- 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);

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-02-05 18:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-28 21:54 [PATCH] timens: delete no-op time_ns_init() Alexey Dobriyan
2020-12-29  8:33 ` Andrei Vagin
2021-02-05 18:35 ` [tip: timers/core] timens: Delete " tip-bot2 for Alexey Dobriyan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).