aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Dobriyan <[email protected]>2020-12-29 00:54:02 +0300
committerThomas Gleixner <[email protected]>2021-02-05 19:32:09 +0100
commit174bcc691f44fdd05046c694fc650933819f72c7 (patch)
tree19190deba78dbbef4fd4626ccc6df0f01d0a20bc
parentb5c28ea601b801d0ecd5ec703b8d54f77bfe5365 (diff)
timens: Delete no-op time_ns_init()
Signed-off-by: Alexey Dobriyan <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Acked-by: Andrei Vagin <[email protected]> Link: https://lore.kernel.org/r/[email protected]
-rw-r--r--kernel/time/namespace.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/kernel/time/namespace.c b/kernel/time/namespace.c
index 6ca625f5e554..12eab0d2ae28 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);