diff options
Diffstat (limited to 'include/linux/time.h')
-rw-r--r-- | include/linux/time.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/time.h b/include/linux/time.h index 9072df83de1f..a57e0f67b3d0 100644 --- a/include/linux/time.h +++ b/include/linux/time.h | |||
@@ -126,7 +126,8 @@ extern int timekeeping_suspended; | |||
126 | 126 | ||
127 | unsigned long get_seconds(void); | 127 | unsigned long get_seconds(void); |
128 | struct timespec current_kernel_time(void); | 128 | struct timespec current_kernel_time(void); |
129 | struct timespec __current_kernel_time(void); /* does not hold xtime_lock */ | 129 | struct timespec __current_kernel_time(void); /* does not take xtime_lock */ |
130 | struct timespec __get_wall_to_monotonic(void); /* does not take xtime_lock */ | ||
130 | struct timespec get_monotonic_coarse(void); | 131 | struct timespec get_monotonic_coarse(void); |
131 | 132 | ||
132 | #define CURRENT_TIME (current_kernel_time()) | 133 | #define CURRENT_TIME (current_kernel_time()) |