repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Staging: remove wusbcore and UWB from the kernel tree.
[linux/fpc-iii.git]
/
arch
/
csky
/
kernel
/
time.c
blob
b5fc9447d93f2307f892ec0afa9fbda3e59a0294
1
// SPDX-License-Identifier: GPL-2.0
2
// Copyright (C) 2018 Hangzhou C-SKY Microsystems co.,ltd.
3
4
#include <linux/clk-provider.h>
5
#include <linux/clocksource.h>
6
7
void
__init
time_init
(
void
)
8
{
9
of_clk_init
(
NULL
);
10
timer_probe
();
11
}