summaryrefslogtreecommitdiff
path: root/arch/mips/xilfpga
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/xilfpga')
-rw-r--r--arch/mips/xilfpga/time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/xilfpga/time.c b/arch/mips/xilfpga/time.c
index a1c0fc8..cbb3fca 100644
--- a/arch/mips/xilfpga/time.c
+++ b/arch/mips/xilfpga/time.c
@@ -22,7 +22,7 @@ void __init plat_time_init(void)
struct clk *clk;
of_clk_init(NULL);
- clocksource_of_init();
+ clocksource_probe();
np = of_get_cpu_node(0, NULL);
if (!np) {