On Mon, Dec 28, 2020 at 1:54 PM Alexey Dobriyan <[email protected]> wrote:
>
> Signed-off-by: Alexey Dobriyan <[email protected]>

Acked-by: Andrei Vagin <[email protected]>

Thanks,
Andrei

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

Reply via email to