![]() |
|
|||
0001 // SPDX-License-Identifier: GPL-2.0-only 0002 /* 0003 * 0004 * Copyright (C) 2015 Nikolay Martynov <mar.kolya@gmail.com> 0005 * Copyright (C) 2015 John Crispin <john@phrozen.org> 0006 */ 0007 0008 #include <linux/init.h> 0009 0010 #include <linux/of.h> 0011 #include <linux/of_clk.h> 0012 #include <linux/clocksource.h> 0013 0014 #include "common.h" 0015 0016 void __init plat_time_init(void) 0017 { 0018 ralink_of_remap(); 0019 0020 of_clk_init(NULL); 0021 timer_probe(); 0022 }
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |