Sign in
android-kvm
/
linux
/
48ca2d8ac8a1d404a0f85eabfe1546304adbd844
/
.
/
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
();
}