summaryrefslogtreecommitdiffstats
path: root/kernel/arch/mips/pistachio/time.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/arch/mips/pistachio/time.c')
-rw-r--r--kernel/arch/mips/pistachio/time.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/kernel/arch/mips/pistachio/time.c b/kernel/arch/mips/pistachio/time.c
index ab73f6f40..1022201b2 100644
--- a/kernel/arch/mips/pistachio/time.c
+++ b/kernel/arch/mips/pistachio/time.c
@@ -28,13 +28,18 @@ int get_c0_perfcount_int(void)
}
EXPORT_SYMBOL_GPL(get_c0_perfcount_int);
+int get_c0_fdc_int(void)
+{
+ return gic_get_c0_fdc_int();
+}
+
void __init plat_time_init(void)
{
struct device_node *np;
struct clk *clk;
of_clk_init(NULL);
- clocksource_of_init();
+ clocksource_probe();
np = of_get_cpu_node(0, NULL);
if (!np) {