aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/clocksource.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/clocksource.h b/include/linux/clocksource.h
index 27cfda427dd9..08ed5e19d8c6 100644
--- a/include/linux/clocksource.h
+++ b/include/linux/clocksource.h
@@ -340,6 +340,7 @@ extern void clocksource_of_init(void);
340 __used __section(__clksrc_of_table) \ 340 __used __section(__clksrc_of_table) \
341 = { .compatible = compat, .data = fn }; 341 = { .compatible = compat, .data = fn };
342#else 342#else
343static inline void clocksource_of_init(void) {}
343#define CLOCKSOURCE_OF_DECLARE(name, compat, fn) 344#define CLOCKSOURCE_OF_DECLARE(name, compat, fn)
344#endif 345#endif
345 346