Sign in
zircon-guest
/
third_party
/
linux
/
3cfb6772d4cf3875d199f5a5a547cadaef7c1382
/
.
/
arch
/
nds32
/
kernel
/
time.c
blob: ac9d78ce3a818926dd61bd23cddfa10e495b7a1e [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0
// Copyright (C) 2005-2017 Andes Technology Corporation
#include
<linux/clocksource.h>
#include
<linux/clk-provider.h>
void
__init time_init
(
void
)
{
of_clk_init
(
NULL
);
timer_probe
();
}