diff options
Diffstat (limited to 'kernel/time/timekeeping.c')
-rw-r--r-- | kernel/time/timekeeping.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/time/timekeeping.c b/kernel/time/timekeeping.c index cd5dbc4579c9..4f2637eed0f6 100644 --- a/kernel/time/timekeeping.c +++ b/kernel/time/timekeeping.c | |||
@@ -201,9 +201,9 @@ static inline s64 __get_nsec_offset(void) { return 0; } | |||
201 | #endif | 201 | #endif |
202 | 202 | ||
203 | /** | 203 | /** |
204 | * timekeeping_is_continuous - check to see if timekeeping is free running | 204 | * timekeeping_valid_for_hres - Check if timekeeping is suitable for hres |
205 | */ | 205 | */ |
206 | int timekeeping_is_continuous(void) | 206 | int timekeeping_valid_for_hres(void) |
207 | { | 207 | { |
208 | unsigned long seq; | 208 | unsigned long seq; |
209 | int ret; | 209 | int ret; |