summaryrefslogtreecommitdiffstats
path: root/arch/h8300
diff options
context:
space:
mode:
authorDaniel Lezcano <daniel.lezcano@linaro.org>2017-05-26 17:40:46 +0200
committerDaniel Lezcano <daniel.lezcano@linaro.org>2017-06-14 11:59:16 +0200
commitba5d08c0ea785d5710c5a1e7dc3182b7124d63c0 (patch)
tree67dc831bdb43f24512d047b0c19ee778b37c2d50 /arch/h8300
parent1727339590fdb5a1ded881b540cd32121278d414 (diff)
downloadop-kernel-dev-ba5d08c0ea785d5710c5a1e7dc3182b7124d63c0.zip
op-kernel-dev-ba5d08c0ea785d5710c5a1e7dc3182b7124d63c0.tar.gz
clocksource/drivers: Rename clocksource_probe to timer_probe
The function name is now renamed to 'timer_probe' for consistency with the CLOCKSOURCE_OF_DECLARE => TIMER_OF_DECLARE change. Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Acked-by: Heiko Stuebner <heiko@sntech.de> Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/h8300')
-rw-r--r--arch/h8300/kernel/setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/h8300/kernel/setup.c b/arch/h8300/kernel/setup.c
index c8c25a4..6be15d6 100644
--- a/arch/h8300/kernel/setup.c
+++ b/arch/h8300/kernel/setup.c
@@ -246,5 +246,5 @@ void __init calibrate_delay(void)
void __init time_init(void)
{
of_clk_init(NULL);
- clocksource_probe();
+ timer_probe();
}
OpenPOWER on IntegriCloud