aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clocksource
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 /drivers/clocksource
parentclocksource/drivers: Rename CLOCKSOURCE_OF_DECLARE to TIMER_OF_DECLARE (diff)
downloadlinux-dev-ba5d08c0ea785d5710c5a1e7dc3182b7124d63c0.tar.xz
linux-dev-ba5d08c0ea785d5710c5a1e7dc3182b7124d63c0.zip
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 'drivers/clocksource')
-rw-r--r--drivers/clocksource/clksrc-probe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clocksource/clksrc-probe.c b/drivers/clocksource/clksrc-probe.c
index ac701ffb8d59..5d549c2a65fe 100644
--- a/drivers/clocksource/clksrc-probe.c
+++ b/drivers/clocksource/clksrc-probe.c
@@ -24,7 +24,7 @@ extern struct of_device_id __clksrc_of_table[];
static const struct of_device_id __clksrc_of_table_sentinel
__used __section(__clksrc_of_table_end);
-void __init clocksource_probe(void)
+void __init timer_probe(void)
{
struct device_node *np;
const struct of_device_id *match;