aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/clocksource.h
diff options
context:
space:
mode:
authorDaniel Lezcano <daniel.lezcano@linaro.org>2017-05-26 19:34:11 +0200
committerDaniel Lezcano <daniel.lezcano@linaro.org>2017-06-14 12:01:03 +0200
commitbb0eb050a577a866cb47c2dc37596f1207f4c2d9 (patch)
tree0767aea8f711af9a2ceed28016adec805740927f /include/linux/clocksource.h
parentclocksource/drivers: Rename clksrc table to timer (diff)
downloadwireguard-linux-bb0eb050a577a866cb47c2dc37596f1207f4c2d9.tar.xz
wireguard-linux-bb0eb050a577a866cb47c2dc37596f1207f4c2d9.zip
clocksource/drivers: Rename CLKSRC_OF to TIMER_OF
The config option name is now renamed to 'TIMER_OF' for consistency with the CLOCKSOURCE_OF_DECLARE => TIMER_OF_DECLARE change. Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'include/linux/clocksource.h')
-rw-r--r--include/linux/clocksource.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/clocksource.h b/include/linux/clocksource.h
index 7cd38b21cbd3..c48ceefe0e6e 100644
--- a/include/linux/clocksource.h
+++ b/include/linux/clocksource.h
@@ -252,7 +252,7 @@ extern int clocksource_i8253_init(void);
#define TIMER_OF_DECLARE(name, compat, fn) \
OF_DECLARE_1_RET(timer, name, compat, fn)
-#ifdef CONFIG_CLKSRC_PROBE
+#ifdef CONFIG_TIMER_PROBE
extern void timer_probe(void);
#else
static inline void timer_probe(void) {}