]> Git Repo - J-linux.git/blob - arch/csky/kernel/time.c
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / arch / csky / kernel / time.c
1 // SPDX-License-Identifier: GPL-2.0
2 // Copyright (C) 2018 Hangzhou C-SKY Microsystems co.,ltd.
3
4 #include <linux/clocksource.h>
5 #include <linux/of_clk.h>
6
7 void __init time_init(void)
8 {
9         of_clk_init(NULL);
10         timer_probe();
11 }
This page took 0.02772 seconds and 4 git commands to generate.