diff options
Diffstat (limited to 'include/linux/time.h')
-rw-r--r-- | include/linux/time.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/time.h b/include/linux/time.h index 6e026e45a179..49278a9aff9c 100644 --- a/include/linux/time.h +++ b/include/linux/time.h | |||
@@ -99,7 +99,7 @@ static inline struct timespec timespec_sub(struct timespec lhs, | |||
99 | 99 | ||
100 | extern struct timespec xtime; | 100 | extern struct timespec xtime; |
101 | extern struct timespec wall_to_monotonic; | 101 | extern struct timespec wall_to_monotonic; |
102 | extern seqlock_t xtime_lock; | 102 | extern raw_seqlock_t xtime_lock; |
103 | 103 | ||
104 | extern void read_persistent_clock(struct timespec *ts); | 104 | extern void read_persistent_clock(struct timespec *ts); |
105 | extern void read_boot_clock(struct timespec *ts); | 105 | extern void read_boot_clock(struct timespec *ts); |