diff options
-rw-r--r-- | kernel/timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/timer.c b/kernel/timer.c index cb1b86a9c52f..d033313bf53c 100644 --- a/kernel/timer.c +++ b/kernel/timer.c | |||
@@ -908,7 +908,7 @@ static inline void change_clocksource(void) { } | |||
908 | #endif | 908 | #endif |
909 | 909 | ||
910 | /** | 910 | /** |
911 | * timeofday_is_continuous - check to see if timekeeping is free running | 911 | * timekeeping_is_continuous - check to see if timekeeping is free running |
912 | */ | 912 | */ |
913 | int timekeeping_is_continuous(void) | 913 | int timekeeping_is_continuous(void) |
914 | { | 914 | { |