diff options
Diffstat (limited to 'arch/mips/xilfpga/time.c')
-rw-r--r-- | arch/mips/xilfpga/time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/xilfpga/time.c b/arch/mips/xilfpga/time.c index cbb3fca7b6fa..36f3f1870ee2 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_probe(); + timer_probe(); np = of_get_cpu_node(0, NULL); if (!np) { |