]> Git Repo - linux.git/commitdiff
timens: Delete no-op time_ns_init()
authorAlexey Dobriyan <[email protected]>
Mon, 28 Dec 2020 21:54:02 +0000 (00:54 +0300)
committerThomas Gleixner <[email protected]>
Fri, 5 Feb 2021 18:32:09 +0000 (19:32 +0100)
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]
kernel/time/namespace.c

index 6ca625f5e554469fad7c4f8ac93cdc9aad9cee9d..12eab0d2ae28d29b9c9a86da992f1aca0972ecbd 100644 (file)
@@ -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);
This page took 0.052995 seconds and 4 git commands to generate.