diff options
Diffstat (limited to 'kernel/time/ntp_internal.h')
| -rw-r--r-- | kernel/time/ntp_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/time/ntp_internal.h b/kernel/time/ntp_internal.h index 65430504ca26..af924470eac0 100644 --- a/kernel/time/ntp_internal.h +++ b/kernel/time/ntp_internal.h | |||
| @@ -9,5 +9,5 @@ extern ktime_t ntp_get_next_leap(void); | |||
| 9 | extern int second_overflow(unsigned long secs); | 9 | extern int second_overflow(unsigned long secs); |
| 10 | extern int ntp_validate_timex(struct timex *); | 10 | extern int ntp_validate_timex(struct timex *); |
| 11 | extern int __do_adjtimex(struct timex *, struct timespec64 *, s32 *); | 11 | extern int __do_adjtimex(struct timex *, struct timespec64 *, s32 *); |
| 12 | extern void __hardpps(const struct timespec *, const struct timespec *); | 12 | extern void __hardpps(const struct timespec64 *, const struct timespec64 *); |
| 13 | #endif /* _LINUX_NTP_INTERNAL_H */ | 13 | #endif /* _LINUX_NTP_INTERNAL_H */ |
