aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/time.h')
-rw-r--r--include/linux/time.h2
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
93extern struct timespec xtime; 93extern struct timespec xtime;
94extern struct timespec wall_to_monotonic; 94extern struct timespec wall_to_monotonic;
95extern seqlock_t xtime_lock __attribute__((weak)); 95extern seqlock_t xtime_lock;
96 96
97extern unsigned long read_persistent_clock(void); 97extern unsigned long read_persistent_clock(void);
98extern int update_persistent_clock(struct timespec now); 98extern int update_persistent_clock(struct timespec now);