diff options
Diffstat (limited to 'include/linux/timekeeping.h')
-rw-r--r-- | include/linux/timekeeping.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/timekeeping.h b/include/linux/timekeeping.h index 86bc2026efce..edace6b656e9 100644 --- a/include/linux/timekeeping.h +++ b/include/linux/timekeeping.h | |||
@@ -177,7 +177,7 @@ static inline time64_t ktime_get_clocktai_seconds(void) | |||
177 | extern bool timekeeping_rtc_skipsuspend(void); | 177 | extern bool timekeeping_rtc_skipsuspend(void); |
178 | extern bool timekeeping_rtc_skipresume(void); | 178 | extern bool timekeeping_rtc_skipresume(void); |
179 | 179 | ||
180 | extern void timekeeping_inject_sleeptime64(struct timespec64 *delta); | 180 | extern void timekeeping_inject_sleeptime64(const struct timespec64 *delta); |
181 | 181 | ||
182 | /* | 182 | /* |
183 | * struct system_time_snapshot - simultaneous raw/real time capture with | 183 | * struct system_time_snapshot - simultaneous raw/real time capture with |