Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
407ee5c920dfead7b3fcff0644843c2f84d24245
/
.
/
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
();
}