diff options
Diffstat (limited to 'include/linux/clocksource.h')
-rw-r--r-- | include/linux/clocksource.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/linux/clocksource.h b/include/linux/clocksource.h index 15c3839850f4..08398182f56e 100644 --- a/include/linux/clocksource.h +++ b/include/linux/clocksource.h | |||
@@ -244,10 +244,7 @@ extern int clocksource_mmio_init(void __iomem *, const char *, | |||
244 | extern int clocksource_i8253_init(void); | 244 | extern int clocksource_i8253_init(void); |
245 | 245 | ||
246 | #define CLOCKSOURCE_OF_DECLARE(name, compat, fn) \ | 246 | #define CLOCKSOURCE_OF_DECLARE(name, compat, fn) \ |
247 | OF_DECLARE_1(clksrc, name, compat, fn) | 247 | OF_DECLARE_1_RET(clksrc, name, compat, fn) |
248 | |||
249 | #define CLOCKSOURCE_OF_DECLARE_RET(name, compat, fn) \ | ||
250 | OF_DECLARE_1_RET(clksrc_ret, name, compat, fn) | ||
251 | 248 | ||
252 | #ifdef CONFIG_CLKSRC_PROBE | 249 | #ifdef CONFIG_CLKSRC_PROBE |
253 | extern void clocksource_probe(void); | 250 | extern void clocksource_probe(void); |