diff options
Diffstat (limited to 'kernel/time')
-rw-r--r-- | kernel/time/clocksource.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/time/clocksource.c b/kernel/time/clocksource.c index 6d05b00410cc..e713ef7d19a7 100644 --- a/kernel/time/clocksource.c +++ b/kernel/time/clocksource.c | |||
@@ -632,6 +632,7 @@ static void clocksource_select_fallback(void) | |||
632 | #else /* !CONFIG_ARCH_USES_GETTIMEOFFSET */ | 632 | #else /* !CONFIG_ARCH_USES_GETTIMEOFFSET */ |
633 | 633 | ||
634 | static inline void clocksource_select(void) { } | 634 | static inline void clocksource_select(void) { } |
635 | static inline void clocksource_select_fallback(void) { } | ||
635 | 636 | ||
636 | #endif | 637 | #endif |
637 | 638 | ||