Sign in
kunit
/
linux
/
8b0397ef079498a75d55b5f43e71d9e8c3ad86fa
/
.
/
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
();
}