perf hists: Move sort__has_sym into struct perf_hpp_list
[linux/fpc-iii.git] / arch / mips / ralink / timer-gic.c
blob5b4f186bcf958cc850083a40b77ffd07f73320bb
1 /*
2 * This program is free software; you can redistribute it and/or modify it
3 * under the terms of the GNU General Public License version 2 as published
4 * by the Free Software Foundation.
6 * Copyright (C) 2015 Nikolay Martynov <mar.kolya@gmail.com>
7 * Copyright (C) 2015 John Crispin <blogic@openwrt.org>
8 */
10 #include <linux/init.h>
12 #include <linux/of.h>
13 #include <linux/clk-provider.h>
14 #include <linux/clocksource.h>
16 #include "common.h"
18 void __init plat_time_init(void)
20 ralink_of_remap();
22 of_clk_init(NULL);
23 clocksource_probe();