diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/clocksource.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/clocksource.h b/include/linux/clocksource.h index 7944f14ea947..27cfda427dd9 100644 --- a/include/linux/clocksource.h +++ b/include/linux/clocksource.h | |||
@@ -339,6 +339,8 @@ extern void clocksource_of_init(void); | |||
339 | static const struct of_device_id __clksrc_of_table_##name \ | 339 | static const struct of_device_id __clksrc_of_table_##name \ |
340 | __used __section(__clksrc_of_table) \ | 340 | __used __section(__clksrc_of_table) \ |
341 | = { .compatible = compat, .data = fn }; | 341 | = { .compatible = compat, .data = fn }; |
342 | #else | ||
343 | #define CLOCKSOURCE_OF_DECLARE(name, compat, fn) | ||
342 | #endif | 344 | #endif |
343 | 345 | ||
344 | #endif /* _LINUX_CLOCKSOURCE_H */ | 346 | #endif /* _LINUX_CLOCKSOURCE_H */ |