diff options
-rw-r--r-- | kernel/time/timekeeping.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/time/timekeeping.c b/kernel/time/timekeeping.c index 5e048e030c62..c5feb7aa3acb 100644 --- a/kernel/time/timekeeping.c +++ b/kernel/time/timekeeping.c | |||
@@ -582,7 +582,7 @@ s32 timekeeping_get_tai_offset(void) | |||
582 | * __timekeeping_set_tai_offset - Lock free worker function | 582 | * __timekeeping_set_tai_offset - Lock free worker function |
583 | * | 583 | * |
584 | */ | 584 | */ |
585 | void __timekeeping_set_tai_offset(struct timekeeper *tk, s32 tai_offset) | 585 | static void __timekeeping_set_tai_offset(struct timekeeper *tk, s32 tai_offset) |
586 | { | 586 | { |
587 | tk->tai_offset = tai_offset; | 587 | tk->tai_offset = tai_offset; |
588 | tk->offs_tai = ktime_sub(tk->offs_real, ktime_set(tai_offset, 0)); | 588 | tk->offs_tai = ktime_sub(tk->offs_real, ktime_set(tai_offset, 0)); |