Skip to content

Commit

Permalink
timens: Delete no-op time_ns_init()
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Andrei Vagin <avagin@gmail.com>
Link: https://lore.kernel.org/r/20201228215402.GA572900@localhost.localdomain
  • Loading branch information
Alexey Dobriyan authored and Thomas Gleixner committed Feb 5, 2021
1 parent b5c28ea commit 174bcc6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions kernel/time/namespace.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

0 comments on commit 174bcc6

Please sign in to comment.