aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/timekeeping.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/timekeeping.h b/include/linux/timekeeping.h
index abb396731332..82c219dfd3bb 100644
--- a/include/linux/timekeeping.h
+++ b/include/linux/timekeeping.h
@@ -113,12 +113,6 @@ extern u64 ktime_get_mono_fast_ns(void);
113extern u64 ktime_get_raw_fast_ns(void); 113extern u64 ktime_get_raw_fast_ns(void);
114extern u64 ktime_get_real_fast_ns(void); 114extern u64 ktime_get_real_fast_ns(void);
115 115
116/* Clock BOOTTIME compatibility wrappers */
117static inline u64 ktime_get_boot_fast_ns(void)
118{
119 return ktime_get_mono_fast_ns();
120}
121
122/* 116/*
123 * timespec64 interfaces utilizing the ktime based ones 117 * timespec64 interfaces utilizing the ktime based ones
124 */ 118 */