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 6a5f503b4f1d..b04136d60a2f 100644 --- a/include/linux/time.h +++ b/include/linux/time.h | |||
@@ -92,7 +92,7 @@ static inline struct timespec timespec_sub(struct timespec lhs, | |||
92 | 92 | ||
93 | extern struct timespec xtime; | 93 | extern struct timespec xtime; |
94 | extern struct timespec wall_to_monotonic; | 94 | extern struct timespec wall_to_monotonic; |
95 | extern seqlock_t xtime_lock __attribute__((weak)); | 95 | extern seqlock_t xtime_lock; |
96 | 96 | ||
97 | extern unsigned long read_persistent_clock(void); | 97 | extern unsigned long read_persistent_clock(void); |
98 | extern int update_persistent_clock(struct timespec now); | 98 | extern int update_persistent_clock(struct timespec now); |